Spaces:
Runtime error
Runtime error
Delete dockerfile
Browse files- dockerfile +0 -9
dockerfile
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
FROM python:3.11.10-alpine3.20
|
2 |
-
|
3 |
-
WORKDIR /
|
4 |
-
|
5 |
-
COPY . .
|
6 |
-
|
7 |
-
RUN pip install -r requirements.txt
|
8 |
-
|
9 |
-
CMD ["python3", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|