Skip to content

Commit d001597

Browse files
dont reinstall npm
1 parent 7886733 commit d001597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Jeremymarshall
44

55
LABEL "version"="4.0.4"
66

7-
RUN npm cache clean -f; npm install -g npm; npm install -g yo lodash
7+
#RUN npm cache clean -f; npm install -g npm; npm install -g yo lodash
88

99
RUN mkdir -p /usr/src/app
1010
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)