acecalisto3 commited on
Commit
a663e35
·
verified ·
1 Parent(s): 101e11f

Delete dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -11
dockerfile DELETED
@@ -1,11 +0,0 @@
1
- FROM python:3.8-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY . /app
6
-
7
- RUN pip install -r requirements.txt
8
-
9
- EXPOSE 5555
10
-
11
- CMD ["python", "app.py"]