This commit is contained in:
mmcwilliams 2024-06-28 09:31:01 -04:00
parent 2ee202a4bf
commit c3ecddcf3d
2 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY views ./ COPY views ./
COPY static ./ COPY static ./
COPY app.py ./ COPY app.py ./
COPY thesethreewords.py ./
CMD [ "python", "./app.py" ] CMD [ "python", "./app.py" ]

2
app.py
View File

@ -8,7 +8,7 @@ from bottle import (
template template
) )
import words as these import thesethreewords as these
example_locs = [("sydney", (-33.867480754852295, 151.20700120925903)), example_locs = [("sydney", (-33.867480754852295, 151.20700120925903)),