chore: 更新 Dockerfile 中的权限设置
This commit is contained in:
parent
878cd098e7
commit
e16c54c01b
@ -11,7 +11,7 @@ ENV pyenv_path="/www/server/panel"
|
||||
ENV PATH="$pyenv_path/bin:$PATH"
|
||||
|
||||
# 确保虚拟环境中的python和pip具有执行权限
|
||||
RUN chmod -R 755 $pyenv_path/pyenv/bin/
|
||||
RUN chmod -R 777 $pyenv_path/pyenv/bin/
|
||||
|
||||
# 安装Python和pip包
|
||||
RUN pip install --upgrade pip \
|
||||
|
Loading…
x
Reference in New Issue
Block a user