fix: структура под платформу — код в site/, requirements.txt в корне

This commit is contained in:
2026-06-01 05:17:20 +03:00
parent 9205492d01
commit 465bb37ea2
13 changed files with 0 additions and 16 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"]
View File
View File

Before

Width:  |  Height:  |  Size: 1017 B

After

Width:  |  Height:  |  Size: 1017 B