File tree Expand file tree Collapse file tree 3 files changed +1
-520
lines changed
Expand file tree Collapse file tree 3 files changed +1
-520
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ RUN mkdir -p /code/static
4141
4242# Copy no-proxy configuration files
4343COPY production_noproxy.py /code/
44- COPY urls_noproxy.py /code/
4544COPY entrypoint.sh /entrypoint.sh
4645
4746EXPOSE 8001
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ if echo "$SERVE_FRONTEND" | grep -qiE '^(true|1|yes|on)$'; then
1010
1111 # Copy the no-proxy settings and URLs
1212 cp /code/production_noproxy.py /code/librephotos/settings/production.py
13- cp /code/urls_noproxy.py /code/librephotos/urls.py
1413
1514 # Collect static files including frontend
1615 echo " Collecting static files..."
1716 python manage.py collectstatic --noinput
18-
17+
1918 echo " Frontend will be served from Django on port 8001"
2019else
2120 echo " Using standard proxy setup..."
You can’t perform that action at this time.
0 commit comments