Skip to content

Commit a84f41e

Browse files
authored
Merge pull request #497 from laozijiaojiangnan/master
fix(Dockerfile):解决权限带来的构建失败问题
2 parents 5cc510c + c0e59b4 commit a84f41e

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)