chore: debug -> build-and-run-server, 修改 Docketfile 启动命令以自动构建前端
This commit is contained in:
@@ -17,4 +17,4 @@ RUN deno task build
|
||||
EXPOSE 3601
|
||||
|
||||
# 启动服务
|
||||
CMD ["deno", "task", "server"]
|
||||
CMD ["deno", "task", "build-and-run-server"]
|
||||
Reference in New Issue
Block a user