Commit 9f3e0c39 by Haohao Jiang

Merge branch 'fix-docker-start' into develop

parents 6e8f4eb2 33b666ea
......@@ -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
docker build -t reg.i.strikingly.com/falcon:v0.1 .
docker push reg.i.strikingly.com/falcon:v0.1
\ No newline at end of file
docker build -t reg.i.strikingly.com/falcon:v0.2 .
docker push reg.i.strikingly.com/falcon:v0.2
\ 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