Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -27,7 +27,4 @@ RUN pnpm install
|
|
27 |
RUN chmod -R 777 /app
|
28 |
|
29 |
# 启动应用程序
|
30 |
-
|
31 |
-
|
32 |
-
# 看日志
|
33 |
-
RUN npm run log
|
|
|
27 |
RUN chmod -R 777 /app
|
28 |
|
29 |
# 启动应用程序
|
30 |
+
CMD ["node", "app.js"]
|
|
|
|
|
|