We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689f40c commit 9f7f37fCopy full SHA for 9f7f37f
2 files changed
Dockerfile.django-alpine
@@ -78,7 +78,7 @@ COPY \
78
docker/reach_broker.sh \
79
docker/certs/* \
80
/
81
-COPY wsgi.py manage.py ./
+COPY manage.py ./
82
COPY dojo/ ./dojo/
83
84
# Add extra fixtures to docker image which are loaded by the initializer
Dockerfile.django-debian
@@ -81,7 +81,7 @@ COPY \
85
86
87
0 commit comments