e
Some checks failed
Publish Docker Image / docker (push) Failing after 44s

This commit is contained in:
Lee 2024-01-03 07:37:37 +00:00
parent fb6dbc3b5d
commit 2ff05f9255

@ -4,13 +4,9 @@ ENV NODE_ENV=production
WORKDIR /usr/src/app
COPY ["package.json", "pnpm-lock.yaml", "./"]
RUN pnpm install --production --silent && mv node_modules ../
COPY . .
#RUN chown -R node /usr/src/app
#USER node
RUN pnpm install --production --silent
RUN pnpm run build