Skip to content

Commit

Permalink
Closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroSuch committed Aug 21, 2017
1 parent 806f823 commit 8d47559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL authors="Alejandro Such <[email protected]> , Mihai Bob <mihai.m.bo

RUN apk update \
&& apk add --update alpine-sdk \
&& npm install -g @angular/cli@1.3.1 \
&& npm install -g @angular/cli@1.4.0-beta.2 \
&& ng set --global packageManager=yarn \
&& apk del alpine-sdk \
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
@angular/cli: 1.3.1
@angular/cli: 1.4.0-beta.2
node: 6.11.2
npm: 3.10.10
yarn: 0.24.6
Expand Down

0 comments on commit 8d47559

Please sign in to comment.