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