Odstranit sk1/backend/Dockerfile
This commit is contained in:
parent
1d4d11df0e
commit
32c40d2097
@ -1,6 +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