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.
1 parent 9f8e9f7 commit 99ad1bfCopy full SHA for 99ad1bf
Dockerfile
@@ -16,5 +16,5 @@ COPY . /usr/src/app
16
EXPOSE 80
17
18
# ENTRYPOINT指令,让Node.js程序作为该Docker镜像的主运行入口,并将其运行起来。
19
-ENTRYPOINT ["node", "bin/www"]
+ENTRYPOINT ["supervisor", "./bin/www"]
20
0 commit comments