From 8b6683006addfbce33b5d3ca39690e958308a4ba Mon Sep 17 00:00:00 2001 From: leviathonbeast Date: Wed, 14 Jan 2026 23:15:41 +0000 Subject: [PATCH] add dockerfile just messing --- Dockerflie | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Dockerflie 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