Skip to content

Commit

Permalink
build: remove dockerfile npmrc copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsamuelson committed Apr 21, 2021
1 parent 534df5a commit 2262632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY . .

RUN echo "registry=https://registry.web.asu.edu/" > ~/.npmrc
RUN echo "//registry.web.asu.edu/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
COPY ~/.npmrc .npmrc
RUN yarn install
RUN yarn build
RUN yarn build-storybook
Expand Down

0 comments on commit 2262632

Please sign in to comment.