Skip to content

Commit

Permalink
Dockerfile - delete npm cache clear
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Jun 2, 2017
1 parent 4be035f commit 62062a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ COPY docker-entrypoint.sh /

WORKDIR /acr

RUN npm install && npm cache clear
RUN npm install

ENTRYPOINT ["/docker-entrypoint.sh"]

0 comments on commit 62062a7

Please sign in to comment.