mirror of
https://github.com/keven1024/015.git
synced 2026-05-27 15:39:36 +00:00
chore(Dockerfile): comment out SITE_URL and UPLOAD_PATH environment variables for configuration flexibility
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user