Skip to content

Commit

Permalink
feat(playwright): add proxy support for chromium installation
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Sep 21, 2024
1 parent 997a948 commit a555c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chown -R moviepilot:moviepilot \
/var/log/nginx
chown moviepilot:moviepilot /etc/hosts /tmp
# 下载浏览器内核
gosu moviepilot:moviepilot playwright install chromium
HTTPS_PROXY="${HTTPS_PROXY:-${https_proxy:-$PROXY_HOST}}" gosu moviepilot:moviepilot playwright install chromium
# 启动前端nginx服务
nginx
# 启动docker http proxy nginx
Expand Down

0 comments on commit a555c9b

Please sign in to comment.