Skip to content

Commit 64d6349

Browse files
committed
use loglevel at start
1 parent b9da142 commit 64d6349

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /app
44

55
COPY . .
66

7-
RUN npm install --loglevel warn
7+
RUN npm install
88

9-
CMD ["npm", "start"]
9+
CMD ["npm", "start", "--loglevel warn"]

0 commit comments

Comments
 (0)