From 15922ea2dfe7a4345b5a00584074e9d69937afd8 Mon Sep 17 00:00:00 2001 From: keven Date: Sun, 19 Oct 2025 20:51:37 +0800 Subject: [PATCH] chore(Dockerfile): comment out SITE_URL and UPLOAD_PATH environment variables for configuration flexibility --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99f3e50..742ed62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,8 @@ 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 SITE_URL="http://localhost" +# ENV UPLOAD_PATH="/uploads" ENV VERSION=${VERSION} ENV BUILD_TIME=${BUILD_TIME}