fix: python app.py вместо gunicorn
This commit is contained in:
+2
-2
@@ -12,5 +12,5 @@ COPY . .
|
||||
# Порт
|
||||
EXPOSE 5000
|
||||
|
||||
# Запуск через gunicorn (production) или flask (dev)
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "2", "--timeout", "90", "app:application"]
|
||||
# Запуск
|
||||
CMD ["python", "app.py"]
|
||||
|
||||
Reference in New Issue
Block a user