From f0305415aea26bdd73a5e6bc80aeb74e5b097496 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Fri, 31 Dec 2021 17:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- build.sh | 1 + server/base/app_ver.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c824543..652fd36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY docker_entrypoint.sh /app/ COPY ./server/bridge-init.sh /app/ COPY ./server/conf /app/conf -#COPY ./server/files /app/conf/files +COPY ./LICENSE /app/LICENSE #TODO 本地打包时使用镜像 diff --git a/build.sh b/build.sh index 2699d84..ac34de4 100644 --- a/build.sh +++ b/build.sh @@ -42,6 +42,7 @@ cp -r server/bridge-init.sh $deploy cp -r server/conf $deploy cp -r systemd $deploy +cp -r LICENSE $deploy tar zcvf ${deploy}.tar.gz $deploy diff --git a/server/base/app_ver.go b/server/base/app_ver.go index 42d9058..2be516f 100644 --- a/server/base/app_ver.go +++ b/server/base/app_ver.go @@ -3,5 +3,5 @@ package base const ( APP_NAME = "AnyLink" // 修复前端bug - APP_VER = "0.7.1" + APP_VER = "0.7.2" )