Skip to content

Commit

Permalink
fix: remove global package installs in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Jan 15, 2022
1 parent dfa1768 commit d0ae4bd
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 @@ -18,7 +18,7 @@ WORKDIR /doubtfire-web

# Install global packages
RUN npm --global config set user "${USER}"
RUN npm install -g angular-cli husky
RUN npm install -g @angular/cli

# Copy in resources
COPY --chown="${USER}":root . .
Expand Down

0 comments on commit d0ae4bd

Please sign in to comment.