chore: 更新 Dockerfile 中的权限设置

This commit is contained in:
xiao 2024-12-18 08:57:10 +08:00 committed by cnb
parent 878cd098e7
commit e16c54c01b

View File

@ -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 \