Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Jan 23, 2024
1 parent a9d93db commit 56a3cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ FROM node:14-alpine AS base
FROM base AS modules

WORKDIR /app
RUN apk add g++ make python --no-cache
# install only production modules
COPY package.json package-lock.json .
RUN npm ci --omit=dev
RUN npm ci --production

FROM base AS deploy

Expand Down

0 comments on commit 56a3cb4

Please sign in to comment.