ci: 更新Dockerfile
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 58s

This commit is contained in:
zhaoyingbo 2024-08-09 08:05:43 +00:00
parent a9fbe4cdb4
commit a72a11fedb

View File

@ -1,6 +1,6 @@
FROM oven/bun:1-alpine
RUN /bin/sh -c apk update && apk add tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /app