修改docker源地址

This commit is contained in:
bjdgyc 2021-04-10 15:51:03 +08:00
parent b376552085
commit d4b8cc3576
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ COPY docker_entrypoint.sh /app/
#TODO 本地打包时使用镜像
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
RUN apk add --no-cache bash iptables && ls /app
RUN apk add --no-cache bash iptables \
&& chmod +x /app/docker_entrypoint.sh \
&& ls /app
EXPOSE 443 8800