Skip to content

Commit 3e56fd3

Browse files
committed
🐳 Add --silent in npm i
1 parent 28adb32 commit 3e56fd3

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
@@ -1,6 +1,6 @@
11
FROM node:12 as training-auth
22
WORKDIR /app
33
COPY . ./
4-
RUN npm i
4+
RUN npm i --silent
55
RUN chmod +x ./start.sh
66
CMD ./start.sh

0 commit comments

Comments
 (0)