Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Feb 7, 2024
1 parent 67297be commit 617fda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine
WORKDIR /app
COPY ./server/package*.json ./
RUN npm ci
COPY package*.json ./
RUN npm ci --silent
COPY ./server ./
EXPOSE 3000

0 comments on commit 617fda3

Please sign in to comment.