7
Some checks failed
Publish Docker Images / docker (push) Has been cancelled

This commit is contained in:
Lee 2023-11-16 12:58:48 +00:00
parent fa54ee276f
commit f237a28c27

@ -1,6 +1,7 @@
FROM fascinated/docker-images:node-pnpm-latest
ARG APP
ENV APP=${APP}
WORKDIR /usr/src/app
@ -18,4 +19,4 @@ COPY . .
EXPOSE 3000
CMD pnpm apps/${APP}/dist/index.js
CMD pnpm apps/$APP/dist/index.js