Skip to content

Commit 0e938d1

Browse files
author
Hans Kristian Flaatten
committed
Revert "Merge pull request nodejs#36 from Starefossen/patch-2"
This reverts commit a72f08a, reversing changes made to 79e00fb.
1 parent cee0ed5 commit 0e938d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.5/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
55

66
ONBUILD COPY package.json /usr/src/app/
7-
ONBUILD RUN npm install --loglevel info
7+
ONBUILD RUN npm install
88
ONBUILD COPY . /usr/src/app
99

1010
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)