fix: dockerfile build output

This commit is contained in:
Karol Sójko 2023-02-06 15:08:03 +01:00
parent 0dcf64c82b
commit 863d590292
No known key found for this signature in database
GPG key ID: D966F68E8A92F649

View file

@ -24,6 +24,6 @@ RUN corepack enable
RUN yarn install --immutable
RUN yarn build
RUN CI=true yarn build
ENTRYPOINT ["docker-entrypoint.sh"]
ENTRYPOINT ["docker-entrypoint.sh"]