Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:6-alpine

LABEL author="Alejandro Such <[email protected]>"
LABEL authors="Alejandro Such <alejandro.such@gmail.com> , Mihai Bob <mihai.m.bob@gmail.com>"

RUN apk update \
&& apk add --update alpine-sdk \
&& npm install -g @angular/[email protected]beta.32.3 \
&& npm install -g @angular/[email protected]rc.0 \
&& npm install -g yarn \
&& ng set --global packageManager=yarn \
&& apk del alpine-sdk \
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.0.0-beta.32.3
@angular/cli: 1.0.0-rc.0
node: 6.10.0
os: linux x64
package manager: yarn
Expand Down