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 5cc510c + c0e59b4 commit a84f41eCopy full SHA for a84f41e
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