2 Commits
14 changed files with 2 additions and 17 deletions
-16
View File
@@ -1,16 +0,0 @@
FROM python:3.12-slim
WORKDIR /app
# Зависимости
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Код
COPY . .
# Порт
EXPOSE 5000
# Запуск
CMD ["python", "app.py"]
+2 -1
View File
@@ -1,3 +1,4 @@
flask>=3.0 Flask==2.0.1
Werkzeug==2.3.7
requests>=2.31 requests>=2.31
gunicorn>=21.2 gunicorn>=21.2
View File
View File

Before

Width:  |  Height:  |  Size: 1017 B

After

Width:  |  Height:  |  Size: 1017 B