mirror of https://github.com/bjdgyc/anylink.git
添加 Release
This commit is contained in:
parent
fbd799f9f9
commit
7eb8cc2077
|
@ -43,7 +43,7 @@ COPY ./home /app/home
|
||||||
|
|
||||||
#TODO 本地打包时使用镜像
|
#TODO 本地打包时使用镜像
|
||||||
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
|
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
|
||||||
RUN apk add --no-cache bash iptables iproute2\
|
RUN apk add --no-cache bash iptables iproute2 tzdata \
|
||||||
&& chmod +x /app/docker_entrypoint.sh \
|
&& chmod +x /app/docker_entrypoint.sh \
|
||||||
&& mkdir /app/log \
|
&& mkdir /app/log \
|
||||||
&& ls /app
|
&& ls /app
|
||||||
|
|
|
@ -42,7 +42,7 @@ echo "copy二进制文件"
|
||||||
archive linux amd64
|
archive linux amd64
|
||||||
#archive linux arm64
|
#archive linux arm64
|
||||||
|
|
||||||
ls -lh artifact
|
ls -lh artifact-dist
|
||||||
|
|
||||||
#注意使用root权限运行
|
#注意使用root权限运行
|
||||||
#cd anylink-deploy
|
#cd anylink-deploy
|
||||||
|
|
Loading…
Reference in New Issue