From d8bc68b008e7e67739c838a9ac5315b3f67dd19f Mon Sep 17 00:00:00 2001 From: keven Date: Tue, 28 Oct 2025 08:23:09 +0800 Subject: [PATCH] chore: remove SITE_URL and UPLOAD_PATH environment variables from Dockerfile (cherry picked from commit 647417fb4e0f1e5c24635e48225d1c651f12ed03) --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 742ed62..2ff7db6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,6 @@ COPY 015.sh /app/015.sh # Change the port and host ENV PORT=80 HOST=0.0.0.0 -# ENV SITE_URL="http://localhost" -# ENV UPLOAD_PATH="/uploads" ENV VERSION=${VERSION} ENV BUILD_TIME=${BUILD_TIME}