7
Some checks failed
Publish Docker Images / docker (push) Failing after 21s

This commit is contained in:
Lee 2023-11-16 13:07:42 +00:00
parent f51d05283d
commit fe97190fab

@ -14,7 +14,7 @@ COPY apps/${APP} ./apps/${APP}
RUN pnpm install
RUN pnpm build --filter apps/${APP}
RUN cd apps/$APP && pnpm run build
EXPOSE 3000