Skip to content

Commit d8fe3a5

Browse files
committed
Remove url no proxy
1 parent 46acc4e commit d8fe3a5

File tree

3 files changed

+1
-520
lines changed

3 files changed

+1
-520
lines changed

unified/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN mkdir -p /code/static
4141

4242
# Copy no-proxy configuration files
4343
COPY production_noproxy.py /code/
44-
COPY urls_noproxy.py /code/
4544
COPY entrypoint.sh /entrypoint.sh
4645

4746
EXPOSE 8001

unified/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"
2019
else
2120
echo "Using standard proxy setup..."

0 commit comments

Comments
 (0)