From 26eca38f0a08b74444290081cd158e724e1cc6b1 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 24 Jan 2026 16:53:11 -0500 Subject: [PATCH] whoops --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03f886b..bb3e50d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY app.py . -COPY templates ./templates -COPY static ./static EXPOSE 5000