添加 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