Skip to content

Commit 9f7f37f

Browse files
committed
missed bit
1 parent 689f40c commit 9f7f37f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.django-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ COPY \
7878
docker/reach_broker.sh \
7979
docker/certs/* \
8080
/
81-
COPY wsgi.py manage.py ./
81+
COPY manage.py ./
8282
COPY dojo/ ./dojo/
8383

8484
# Add extra fixtures to docker image which are loaded by the initializer

Dockerfile.django-debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ COPY \
8181
docker/reach_broker.sh \
8282
docker/certs/* \
8383
/
84-
COPY wsgi.py manage.py ./
84+
COPY manage.py ./
8585
COPY dojo/ ./dojo/
8686

8787
# Add extra fixtures to docker image which are loaded by the initializer

0 commit comments

Comments
 (0)