Skip to content

Commit 949bbb1

Browse files
authored
Merge pull request #500 from liangliangyy/dev
docker_start.sh 增加可执行权限
2 parents f94900a + a84f41e commit 949bbb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ RUN pip install --upgrade pip && \
1010
pip cache purge
1111

1212
ADD . .
13+
RUN chmod +x /code/DjangoBlog/bin/docker_start.sh
1314
ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"]

0 commit comments

Comments
 (0)