fix: dockerfile build output
This commit is contained in:
parent
0dcf64c82b
commit
863d590292
1 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,6 @@ RUN corepack enable
|
||||||
|
|
||||||
RUN yarn install --immutable
|
RUN yarn install --immutable
|
||||||
|
|
||||||
RUN yarn build
|
RUN CI=true yarn build
|
||||||
|
|
||||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in a new issue