Skip to content

Commit

Permalink
Build fix force
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov committed Dec 17, 2024
1 parent bec2d21 commit 89c6222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health-services/project-factory/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV NODE_OPTIONS="--max-old-space-size=2048"
COPY package.json ./

# Install dependencies
RUN yarn cache clean --force && yarn install --no-cache
RUN yarn cache clean --force && yarn install --force

# Optionally, you can add a label with the commit ID
LABEL commit_id=$COMMIT_ID
Expand Down

0 comments on commit 89c6222

Please sign in to comment.