Skip to content

Commit

Permalink
omit dev
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Oct 31, 2024
1 parent 20da1d2 commit 8127d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY package*.json ./
ENV NODE_ENV=production

# Install only production dependencies
RUN npm install --production
RUN npm install --omit=dev

# Copy the rest of the application code
COPY . .
Expand Down

0 comments on commit 8127d9b

Please sign in to comment.