commit 8b6683006addfbce33b5d3ca39690e958308a4ba Author: leviathonbeast Date: Wed Jan 14 23:15:41 2026 +0000 add dockerfile just messing diff --git a/Dockerflie b/Dockerflie new file mode 100644 index 0000000..add2ba3 --- /dev/null +++ b/Dockerflie @@ -0,0 +1,5 @@ +FROM python:3.11-slim +WORKDIR /app +COPY . . +RUN pip install -r requirements.txt +CMD ["python", "app.py"] \ No newline at end of file