Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RashadAnsari committed Jul 17, 2023
1 parent f5dc85d commit 2519544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM node:14-alpine

RUN apk add --update --no-cache \
bash ca-certificates

WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
Expand Down

0 comments on commit 2519544

Please sign in to comment.