7
All checks were successful
Publish Docker Images / docker (push) Successful in 46s

This commit is contained in:
Lee 2023-11-16 13:03:59 +00:00
parent 39b0a653ed
commit f51d05283d

@ -13,9 +13,8 @@ COPY pnpm-lock.yaml ./
COPY apps/${APP} ./apps/${APP}
RUN pnpm install
# Copy app source
COPY . .
RUN pnpm build --filter apps/${APP}
EXPOSE 3000