Skip to content

Commit c0342e8

Browse files
authored
Create Dockerfile
1 parent b4bfaf0 commit c0342e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM node:11.14.0-stretch
2+
3+
RUN npm install -g @angular/cli@8.2.0 &&
4+
apt-get update &&
5+
apt-get install -y parallel

0 commit comments

Comments
 (0)