Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov committed Dec 17, 2024
1 parent e353a2d commit 2ef3ad7
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 @@ -14,7 +14,7 @@ ENV BRANCH_NAME=$BRANCH_NAME
ENV ACTION_NUMBER=$ACTION_NUMBER
ENV COMMIT_ID=$COMMIT_ID
ENV NODE_OPTIONS="--max-old-space-size=2048"
ENV YARN_CACHE_FOLDER=/tmp/.yarn-cache # Disable cache by setting custom folder
ENV YARN_CACHE_FOLDER=/tmp/.yarn-cache

# Set proxy settings if Jenkins or environment is behind a proxy (uncomment if needed)
# ENV HTTP_PROXY=http://your-proxy.com:8080
Expand Down

0 comments on commit 2ef3ad7

Please sign in to comment.