1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-03 05:53:40 +01:00

fix build

This commit is contained in:
Ben Phelps 2022-09-09 08:27:25 +03:00
parent 13779c5618
commit 036fbb0f49

@ -28,7 +28,9 @@ COPY . .
RUN <<EOF RUN <<EOF
set -xe set -xe
yarn next telemetry disable yarn next telemetry disable
mkdir config
npm run build npm run build
rm -rf config
EOF EOF
# Production image, copy all the files and run next # Production image, copy all the files and run next