mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 15:29:36 +02:00
Add adventurelog.txt with motivational message and display it on entrypoint
This commit is contained in:
parent
39fce5ace7
commit
f16a7f1e94
2 changed files with 9 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue