mirror of https://github.com/bjdgyc/anylink.git
修改docker源地址
This commit is contained in:
parent
b376552085
commit
d4b8cc3576
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue