add dockerfile
just messing
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
FROM python:3.11-slim
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
CMD ["python", "app.py"]
|
||||||
Reference in New Issue
Block a user