Skip to content

Commit

Permalink
再次修正
Browse files Browse the repository at this point in the history
  • Loading branch information
aaro-n committed Oct 4, 2024
1 parent 0b6ef93 commit 47fda42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY config/cronjob /etc/cron.d/cronjob
# 创建虚拟环境并安装依赖
RUN python3 -m venv /home/www/venv && \
/home/www/venv/bin/pip install --upgrade pip && \
/home/www/venv/bin/pip install --no-cache-dir -r /home/www/cf2dns/requirements.txt && \
/home/www/venv/bin/pip install --no-cache-dir --upgrade -r /home/www/cf2dns/requirements.txt && \
# 设置权限
chown -R www:www /home/www/ && \
chmod -R +x /etc/s6/services/* && \
Expand Down

0 comments on commit 47fda42

Please sign in to comment.