mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
pre-create settings.yaml for build process
This commit is contained in:
@@ -28,7 +28,7 @@ COPY . .
|
|||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
set -xe
|
set -xe
|
||||||
yarn next telemetry disable
|
yarn next telemetry disable
|
||||||
mkdir config
|
mkdir config && echo '-' > config/settings.yaml
|
||||||
npm run build
|
npm run build
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user