Leri777 commited on
Commit
8023e22
·
verified ·
1 Parent(s): afdef50

Delete dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -9
dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM python:3.9
2
-
3
- WORKDIR /app
4
- COPY requirements.txt /app/
5
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
6
-
7
- COPY . /app
8
-
9
- CMD ["python", "app.py"]