mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-03 18:52:17 +08:00
fix dockerfile
This commit is contained in:
parent
484d9bf7f7
commit
2976b8340a
@ -14,8 +14,6 @@ RUN bun install
|
|||||||
# 复制项目文件到工作目录
|
# 复制项目文件到工作目录
|
||||||
COPY ./.output/* ./
|
COPY ./.output/* ./
|
||||||
|
|
||||||
# 构建项目(如果需要)
|
|
||||||
RUN bun run build
|
|
||||||
|
|
||||||
# 暴露应用运行的端口(假设应用运行在 3000 端口)
|
# 暴露应用运行的端口(假设应用运行在 3000 端口)
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user