Merge remote and fix: proxy Dockerfile + main.py gunicorn entrypoint
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.12-slim-bookworm
|
FROM python:3.12-slim-bookworm
|
||||||
|
|
||||||
# پروکسی فقط برای مرحله build (دسترسی به PyPI و APT از طریق VPN سرور)
|
# پروکسی برای مرحله build (دسترسی به PyPI و APT از طریق VPN سرور)
|
||||||
ENV http_proxy=http://172.17.0.1:1081
|
ENV http_proxy=http://172.17.0.1:1081
|
||||||
ENV https_proxy=http://172.17.0.1:1081
|
ENV https_proxy=http://172.17.0.1:1081
|
||||||
ENV HTTP_PROXY=http://172.17.0.1:1081
|
ENV HTTP_PROXY=http://172.17.0.1:1081
|
||||||
|
|||||||
Reference in New Issue
Block a user