Skip to content

Commit

Permalink
the force is needed a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Dec 23, 2024
1 parent c061a87 commit 6bee522
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 @@ -6,7 +6,7 @@ RUN npm i --force
COPY . .
RUN npx prisma generate
RUN npm run build
RUN npm prune --production
RUN npm prune --production --force

WORKDIR /app/workers
RUN npm i
Expand Down

0 comments on commit 6bee522

Please sign in to comment.