Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Apr 9, 2024
1 parent 8a79825 commit 699e968
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
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
COPY package*.json ./

# Install app dependencies
RUN npm install
RUN npm install --force

COPY . .

Expand All @@ -22,4 +22,4 @@ COPY --from=builder /app/tsconfig.json ./
COPY --from=builder /app/dist ./dist

EXPOSE 3000
CMD [ "npm", "run", "start:prod" ]
CMD [ "npm", "run", "start:prod" ]

0 comments on commit 699e968

Please sign in to comment.