mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 18:52:17 +08:00
up
This commit is contained in:
parent
166ee6a956
commit
d48c686ac0
@ -7,11 +7,11 @@ WORKDIR /app
|
|||||||
|
|
||||||
|
|
||||||
# 复制项目文件到工作目录
|
# 复制项目文件到工作目录
|
||||||
COPY .output ./.output/
|
COPY .output/* /app
|
||||||
|
|
||||||
|
|
||||||
# 暴露应用运行的端口(假设应用运行在 3000 端口)
|
# 暴露应用运行的端口(假设应用运行在 3000 端口)
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# 启动应用
|
# 启动应用
|
||||||
CMD ["bun",".output/index.mjs"]
|
CMD ["bun","/app/index.mjs"]
|
Loading…
x
Reference in New Issue
Block a user