fix dockerfile

This commit is contained in:
iLay 2024-12-06 21:10:20 +08:00
parent 484d9bf7f7
commit 2976b8340a

View File

@ -14,8 +14,6 @@ RUN bun install
# 复制项目文件到工作目录
COPY ./.output/* ./
# 构建项目(如果需要)
RUN bun run build
# 暴露应用运行的端口(假设应用运行在 3000 端口)
EXPOSE 3000