Commit 6eb25dc5 authored by mingyard's avatar mingyard

feat:docker file change

parent 81bcdd5d
Pipeline #65321 passed with stages
in 15 seconds
...@@ -47,4 +47,4 @@ ENV NODE_OPTIONS=--max_old_space_size=4096 ...@@ -47,4 +47,4 @@ ENV NODE_OPTIONS=--max_old_space_size=4096
ENV TZ=Asia/Shanghai ENV TZ=Asia/Shanghai
# 启动命令 # 启动命令
CMD [ "node", "main.js" ] CMD [ "node", "./src/main.js" ]
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment