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

attempt to fix weird race condition in builds?

This commit is contained in:
Ben Phelps 2022-09-09 12:59:43 +03:00
parent 85bc078c46
commit a7a1eca0cd

@ -30,7 +30,6 @@ RUN <<EOF
yarn next telemetry disable yarn next telemetry disable
mkdir config 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