chore: remove SITE_URL and UPLOAD_PATH environment variables from Dockerfile

This commit is contained in:
keven
2025-10-28 08:23:09 +08:00
parent ea0065b415
commit 647417fb4e

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}