Skip to content

Commit 860960c

Browse files
committed
Make npm install verbose in Dockerfile
1 parent 90ecad4 commit 860960c

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
@@ -7,6 +7,6 @@ WORKDIR /usr/src/app
77
# Bundle app source
88
COPY . .
99

10-
RUN npm install
10+
RUN npm install --verbose
1111

1212
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)