Skip to content

Commit aceefd7

Browse files
committed
silent
1 parent 39364c4 commit aceefd7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /app
44

55
COPY . .
66

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

99
CMD ["npm", "start"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "node --silent ./src/app.js"
8+
"start": "node ./src/app.js"
99
},
10-
"author": "codeshell",
10+
"author": "codeshelldev",
1111
"license": "MIT",
1212
"dependencies": {
1313
"cookie-parser": "^1.4.7",

0 commit comments

Comments
 (0)