Skip to content

Commit

Permalink
feat: SJIP-650 fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Dec 4, 2023
1 parent 2e9babd commit b1b7c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ COPY --from=build-image ./app/dist ./dist
COPY package* ./
COPY migrations ./migrations
COPY migrateUpWithWrapper.mjs ./migrateUpWithWrapper.mjs
RUN npm ci --omit=dev
RUN apk update && apk upgrade --no-cache libcrypto3 libssl3 && npm ci --omit=dev
ENV NODE_ENV=production
CMD [ "npm", "run", "start:prd" ]

0 comments on commit b1b7c5a

Please sign in to comment.