Commit 8491fbea by Haohao Jiang

fix: docker start CMD

parent 2503373b
......@@ -14,4 +14,4 @@ RUN bun install --frozen-lockfile
# EXPOSE 3000
# 默认启动命令(可根据你的项目改成 bun run dev / bun run start 等)
CMD ["bun", "start"]
\ No newline at end of file
CMD ["bun", "run", "index.ts"]
\ 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