We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94900a + a84f41e commit 949bbb1Copy full SHA for 949bbb1
Dockerfile
@@ -10,4 +10,5 @@ RUN pip install --upgrade pip && \
10
pip cache purge
11
12
ADD . .
13
+RUN chmod +x /code/DjangoBlog/bin/docker_start.sh
14
ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"]
0 commit comments