mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
pre-create settings.yaml for build process
This commit is contained in:
parent
a7a1eca0cd
commit
cb76a8165d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ COPY . .
|
|||
RUN <<EOF
|
||||
set -xe
|
||||
yarn next telemetry disable
|
||||
mkdir config
|
||||
mkdir config && echo '-' > config/settings.yaml
|
||||
npm run build
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue