We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39364c4 commit aceefd7Copy full SHA for aceefd7
2 files changed
Dockerfile
@@ -4,6 +4,6 @@ WORKDIR /app
4
5
COPY . .
6
7
-RUN npm install
+RUN npm install --loglevel warn
8
9
CMD ["npm", "start"]
package.json
@@ -5,9 +5,9 @@
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "start": "node --silent ./src/app.js"
+ "start": "node ./src/app.js"
},
10
- "author": "codeshell",
+ "author": "codeshelldev",
11
"license": "MIT",
12
"dependencies": {
13
"cookie-parser": "^1.4.7",
0 commit comments