Skip to content

Commit c42f057

Browse files
committed
Merge branch 'develop'
2 parents a77531f + 5fc17ab commit c42f057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ COPY . /usr/src/app
1616
EXPOSE 80
1717

1818
# ENTRYPOINT指令,让Node.js程序作为该Docker镜像的主运行入口,并将其运行起来。
19-
ENTRYPOINT ["supervisor", "./bin/www"]
19+
ENTRYPOINT ["node", "bin/www"]
2020

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"debug": "^2.2.0",
1414
"express": "~4.13.4",
1515
"express-session": "^1.9.1",
16+
"file-stream-rotator": "0.0.7",
1617
"jade": "^1.11.0",
1718
"mongodb": "2.0.25",
1819
"morgan": "~1.7.0",

0 commit comments

Comments
 (0)