Skip to content

Commit

Permalink
Temp fix npm install -g yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynewman committed May 21, 2023
1 parent a27b5c5 commit be44db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apk update && \

RUN pip install --no-cache-dir gcloud

RUN npm install -g yarn
RUN npm install -g yarn --force

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
echo "$GCS_SERVICE_KEY" > /tmp/gcs-service-key.json

echo "Install yarn"
npm install -g yarn
npm install -g yarn --force

echo "Install dependencies"
yarn install
Expand Down

0 comments on commit be44db5

Please sign in to comment.