Skip to content

Commit

Permalink
fixup! NODE_ENV=production
Browse files Browse the repository at this point in the history
  • Loading branch information
kgtkr committed Jan 17, 2024
1 parent 3c1835b commit 3c317ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:20.11.0-slim

ENV NODE_ENV=production
WORKDIR /home

RUN apt update && \
Expand All @@ -13,4 +12,5 @@ COPY package.json package-lock.json lerna.json tsconfig.base.json ./
RUN npm ci
RUN npx lerna run build

ENV NODE_ENV=production
CMD npx lerna run start --scope @anontown-backend/server --stream

0 comments on commit 3c317ce

Please sign in to comment.