pre-create settings.yaml for build process

This commit is contained in:
Ben Phelps 2022-09-09 13:07:09 +03:00
parent a7a1eca0cd
commit cb76a8165d

View File

@ -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