Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 9, 2022
1 parent 13779c5 commit 036fbb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ COPY . .
RUN <<EOF
set -xe
yarn next telemetry disable
mkdir config
npm run build
rm -rf config
EOF

# Production image, copy all the files and run next
Expand Down

0 comments on commit 036fbb0

Please sign in to comment.