use prod mode
Some checks failed
Deploy Backend / deploy (push) Failing after 39s

This commit is contained in:
Lee 2024-10-05 00:01:39 +01:00
parent e202d72331
commit a46afff48a

@ -9,6 +9,9 @@ WORKDIR /app
ARG GIT_REV
ENV GIT_REV=${GIT_REV}
# Run in production mode
ENV NODE_ENV=production
# Copy necessary files for installation
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
COPY common ./common