fix build
This commit is contained in:
parent
13779c5618
commit
036fbb0f49
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue