We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77531f + 5fc17ab commit c42f057Copy full SHA for c42f057
Dockerfile
@@ -16,5 +16,5 @@ COPY . /usr/src/app
16
EXPOSE 80
17
18
# ENTRYPOINT指令,让Node.js程序作为该Docker镜像的主运行入口,并将其运行起来。
19
-ENTRYPOINT ["supervisor", "./bin/www"]
+ENTRYPOINT ["node", "bin/www"]
20
package.json
@@ -13,6 +13,7 @@
13
"debug": "^2.2.0",
14
"express": "~4.13.4",
15
"express-session": "^1.9.1",
+ "file-stream-rotator": "0.0.7",
"jade": "^1.11.0",
"mongodb": "2.0.25",
"morgan": "~1.7.0",
0 commit comments