chore: remove SITE_URL and UPLOAD_PATH environment variables from Dockerfile

(cherry picked from commit 647417fb4e)
This commit is contained in:
keven
2025-10-28 08:23:09 +08:00
parent d2478dd23b
commit d8bc68b008

View File

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