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.
1 parent d460248 commit c0e59b4Copy full SHA for c0e59b4
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