Skip to content

Commit

Permalink
Merge pull request #69 from sky172839465/sky172839465-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
sky172839465 authored Nov 17, 2024
2 parents e5f163c + b796cd3 commit 35754f4
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 @@ COPY package*.json .
ENV NODE_ENV="production"

RUN npm pkg delete scripts.prepare
RUN npm ci
RUN npm i

# Copy application code
COPY . .
Expand Down

0 comments on commit 35754f4

Please sign in to comment.