Skip to content

Commit

Permalink
set registry unscoped
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 12, 2024
1 parent e886ca5 commit 729057f
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 "@bugsnag:registry=$REGISTRY_URL" >> ~/.npmrc
RUN echo "registry=$REGISTRY_URL" >> ~/.npmrc
RUN echo "_auth=$REG_BASIC_CREDENTIAL" >> ~/.npmrc
RUN echo "email=$REG_NPM_EMAIL" >> ~/.npmrc
RUN echo "always-auth=true" >> ~/.npmrc
Expand Down

0 comments on commit 729057f

Please sign in to comment.