ci(docker): 修复dockerfile错误
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s

This commit is contained in:
zhaoyingbo 2024-09-26 03:44:56 +00:00
parent 75b7150048
commit e26e86223f

View File

@ -2,17 +2,10 @@ FROM micr.cloud.mioffice.cn/zhaoyingbo/bun:alpine-cn
WORKDIR /app
# COPY package*.json ./
# COPY bun.lockb ./
# COPY .npmrc ./
# RUN bun install
COPY . .
RUN bun install
EXPOSE 3000
CMD ["bun", "run", "start"]