Add adventurelog.txt with motivational message and display it on entrypoint

This commit is contained in:
Sean Morley
2024-11-11 23:56:16 -05:00
parent 39fce5ace7
commit f16a7f1e94
2 changed files with 9 additions and 0 deletions

View File

@@ -36,5 +36,7 @@ fi
# Sync the countries and world travel regions
python manage.py download-countries
cat /code/adventurelog.txt
# Start gunicorn
gunicorn main.wsgi:application --bind 0.0.0.0:8000