chore(Dockerfile): comment out SITE_URL and UPLOAD_PATH environment variables for configuration flexibility

This commit is contained in:
keven
2025-10-19 20:51:37 +08:00
parent da58c53909
commit 15922ea2df

View File

@@ -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}