Skip to content

Commit

Permalink
multi
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else committed Jan 20, 2024
1 parent eaab677 commit 3181c52
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 @@ -8,7 +8,7 @@ RUN mkdir -p "$APP_DIR"
WORKDIR $APP_DIR

COPY package.json package-lock.json $APP_DIR
RUN npm ci --ignore-scripts && npm cache clean --force
RUN npm ci --include=dev --ignore-scripts && npm cache clean --force

COPY . $APP_DIR

Expand Down

0 comments on commit 3181c52

Please sign in to comment.