fix: dockerfile build output

This commit is contained in:
Karol Sójko
2023-02-06 15:08:03 +01:00
parent 0dcf64c82b
commit 863d590292

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"]