Revert "ci: 修改打包用镜像"
All checks were successful
Egg Server MIflow / build-image (push) Successful in 40s

This reverts commit 6c2af468ea459c04d383e4c3e3fff1b74d9cf64b.
This commit is contained in:
zhaoyingbo 2024-09-24 01:16:14 +00:00
parent 6c2af468ea
commit 398419067b

View File

@ -1,11 +1,4 @@
FROM oven/bun:alpine
ENV TZ=Asia/Shanghai
RUN apk update \
&& apk add tzdata \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone
FROM micr.cloud.mioffice.cn/zhaoyingbo/bun:alpine-cn
WORKDIR /app