Удалить Dockerfile

This commit is contained in:
Vladyslav Korzun 2025-03-17 22:57:40 +00:00
parent e02da53aff
commit 7b20db479f

View File

@ -1,7 +0,0 @@
FROM python:3.9
WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
CMD ["python", "app.py"]