This commit is contained in:
parent
e202d72331
commit
a46afff48a
@ -9,6 +9,9 @@ WORKDIR /app
|
|||||||
ARG GIT_REV
|
ARG GIT_REV
|
||||||
ENV GIT_REV=${GIT_REV}
|
ENV GIT_REV=${GIT_REV}
|
||||||
|
|
||||||
|
# Run in production mode
|
||||||
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
# Copy necessary files for installation
|
# Copy necessary files for installation
|
||||||
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
|
COPY package.json* pnpm-lock.yaml* pnpm-workspace.yaml* ./
|
||||||
COPY common ./common
|
COPY common ./common
|
||||||
|
Reference in New Issue
Block a user