From c3ecddcf3d2fb347ff9b125a0a468cdc3ea3f49d Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 28 Jun 2024 09:31:01 -0400 Subject: [PATCH] Try this --- Dockerfile | 1 + app.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aeb621..83dbe72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY views ./ COPY static ./ COPY app.py ./ +COPY thesethreewords.py ./ CMD [ "python", "./app.py" ] \ No newline at end of file diff --git a/app.py b/app.py index 067bb8b..c6ea366 100755 --- a/app.py +++ b/app.py @@ -8,7 +8,7 @@ from bottle import ( template ) -import words as these +import thesethreewords as these example_locs = [("sydney", (-33.867480754852295, 151.20700120925903)),