Spaces:
Running
Running
Delete dockerfile
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|