Commit 16f482b1 by Haohao Jiang

fix: bun install without frozen-lockfile

parent fc39ea4e
......@@ -7,8 +7,8 @@ WORKDIR /app
# 拷贝项目文件
COPY . .
# 安装依赖(建议使用 bun.lockb 加快构建)
RUN bun install --frozen-lockfile
# 安装依赖
RUN bun install
# 暴露端口(按需修改)
# EXPOSE 3000
......
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