ManTea commited on
Commit
66ee844
·
verified ·
1 Parent(s): f87c708

Delete dockerfile

Browse files
Files changed (1) hide show
  1. 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"]