Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yboyer committed Jun 11, 2023
1 parent 9ce21b5 commit 1f24cbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:lts-alpine
WORKDIR /app
ENV NODE_ENV=production
COPY package.json yarn.lock ./
RUN yarn
COPY package*.json ./
RUN npm ci
COPY . .
CMD yarn start
CMD npm start

0 comments on commit 1f24cbe

Please sign in to comment.