ci(docker): 修复dockerfile错误
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s
All checks were successful
Egg Server MIflow / build-image (push) Successful in 45s
This commit is contained in:
parent
75b7150048
commit
e26e86223f
11
Dockerfile
11
Dockerfile
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user