man08man commited on
Commit
94a73b3
Β·
verified Β·
1 Parent(s): baae2d0

Delete dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -5
dockerfile DELETED
@@ -1,5 +0,0 @@
1
- FROM python:3.9-slim # Use Python 3.9 instead of 3.10
2
- WORKDIR /app
3
- COPY . .
4
- RUN pip install -r requirements.txt
5
- CMD ["python", "app.py"]