Skip to content

Commit 71bf880

Browse files
committed
Cleaned up docker file
1 parent 316d337 commit 71bf880

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM node:12.2.0
2+
FROM node:12.16.1
33

44
# install chrome for protractor tests
55
ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
@@ -15,7 +15,6 @@ WORKDIR /app
1515
COPY package*.json /app/
1616

1717
# Install dependecies
18-
RUN npm i -g yarn
1918
RUN yarn install
2019

2120
# Get all the code needed to run the app

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"lint": "ng lint",
1010
"ng": "ng",
1111
"prestart": "ngtw build",
12-
"docker": "ngtw build && ng serve --port 80 & ngtw watch",
1312
"start": "ng serve & ngtw watch",
1413
"store": "ng g module --flat false --module root-store/root-store.module.ts",
1514
"test": "ng test"

0 commit comments

Comments
 (0)