From ec63b3a5d13ec456f8a012f92d7edf8d6aeee3f2 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 28 Jun 2024 09:38:28 -0400 Subject: [PATCH] Copy over words --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 83dbe72..5998f32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY views ./ COPY static ./ +COPY words ./ COPY app.py ./ COPY thesethreewords.py ./