Skip to content

Commit 5dd7d33

Browse files
committed
fix: 修复 Docker 镜像构建源问题
1 parent 95b316d commit 5dd7d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ FROM node:22-alpine AS runtime
6767
ENV TZ=Asia/Shanghai
6868

6969
# 安装 Nginx、supervisord 及运行时依赖;移除默认站点配置
70-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
70+
RUN apk update \
7171
&& apk add --no-cache nginx supervisor ca-certificates tzdata curl && \
7272
rm -f /etc/nginx/http.d/default.conf
7373

0 commit comments

Comments
 (0)