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)),