Skip to content

Commit c0e59b4

Browse files
author
江楠
committed
fix(Dockerfile):解决权限带来的构建失败问题
1 parent d460248 commit c0e59b4

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)