Удалить Dockerfile
This commit is contained in:
parent
e02da53aff
commit
7b20db479f
@ -1,7 +0,0 @@
|
||||
FROM python:3.9
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
CMD ["python", "app.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user