添加 Release

This commit is contained in:
bjdgy 2024-01-30 21:03:28 +08:00
parent fbd799f9f9
commit 7eb8cc2077
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ COPY ./home /app/home
#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 iproute2\
RUN apk add --no-cache bash iptables iproute2 tzdata \
&& chmod +x /app/docker_entrypoint.sh \
&& mkdir /app/log \
&& ls /app

View File

@ -42,7 +42,7 @@ echo "copy二进制文件"
archive linux amd64
#archive linux arm64
ls -lh artifact
ls -lh artifact-dist
#注意使用root权限运行
#cd anylink-deploy