From e1a787e310d884dd0fa6c3460c06612f31882f23 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 20 May 2024 02:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- createfileserver.sh | 43 ------------------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 createfileserver.sh diff --git a/Dockerfile b/Dockerfile index 9a2fda2..43d16b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ USER root ENV TZ=Asia/Shanghai COPY aiweek /usr/local/bin/ COPY ./option/option.yaml /conf/ -RUN chmod +x /usr/local/bin/aiweek && mkdir /data /conf +RUN chmod +x /usr/local/bin/aiweek && mkdir /data ENTRYPOINT ["aiweek"] CMD ["--livemode=false"] \ No newline at end of file diff --git a/createfileserver.sh b/createfileserver.sh deleted file mode 100644 index 4f5047e..0000000 --- a/createfileserver.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/bash -CONFIG_FILE="/etc/nginx/nginx.conf" -CONFIG_BLOCK=$(cat <