Skip to content

Commit

Permalink
🔧 delete npm ci prod option
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Mar 14, 2024
1 parent 0f68680 commit e6722e7
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 @@ -2,7 +2,7 @@ FROM node:20 AS builder

WORKDIR /app
COPY ./package.json ./package-lock.json ./
RUN npm ci --only=prod
RUN npm ci
COPY . .

RUN npm run build
Expand Down

0 comments on commit e6722e7

Please sign in to comment.