Skip to content

Commit

Permalink
Remove omit optional from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Dec 2, 2024
1 parent 34366fb commit d1a418b
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,7 +11,7 @@ FROM node:20-alpine AS production-dependencies
ENV NODE_ENV=production
WORKDIR /src
COPY package*.json ./
RUN npm ci --omit=optional
RUN npm ci

# Build the app
FROM node:20-alpine AS build
Expand Down

0 comments on commit d1a418b

Please sign in to comment.