From 2976b8340a502a125b29ba30667e05619bb674cc Mon Sep 17 00:00:00 2001 From: iLay Date: Fri, 6 Dec 2024 21:10:20 +0800 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62a0327..889adbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,6 @@ RUN bun install # 复制项目文件到工作目录 COPY ./.output/* ./ -# 构建项目(如果需要) -RUN bun run build # 暴露应用运行的端口(假设应用运行在 3000 端口) EXPOSE 3000