Skip to content

Commit

Permalink
Update android builder npm auth for node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 12, 2024
1 parent 2539014 commit 3cc1bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.react-native-android-builder
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /app
RUN rm -f ~/.npmrc
ARG REG_BASIC_CREDENTIAL
ARG REG_NPM_EMAIL
RUN echo "_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc
RUN echo "//${REGISTRY_URL}:_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc
RUN echo "email=$REG_NPM_EMAIL" >> ~/.npmrc
RUN echo "always-auth=true" >> ~/.npmrc

Expand Down

0 comments on commit 3cc1bf5

Please sign in to comment.