Merge remote and fix: proxy Dockerfile + main.py gunicorn entrypoint

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-05 20:12:44 +03:30
+1 -1
View File
@@ -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