Add adventurelog.txt with motivational message and display it on entrypoint
This commit is contained in:
@@ -36,5 +36,7 @@ fi
|
|||||||
# Sync the countries and world travel regions
|
# Sync the countries and world travel regions
|
||||||
python manage.py download-countries
|
python manage.py download-countries
|
||||||
|
|
||||||
|
cat /code/adventurelog.txt
|
||||||
|
|
||||||
# Start gunicorn
|
# Start gunicorn
|
||||||
gunicorn main.wsgi:application --bind 0.0.0.0:8000
|
gunicorn main.wsgi:application --bind 0.0.0.0:8000
|
||||||
7
backend/server/adventurelog.txt
Normal file
7
backend/server/adventurelog.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
█████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗████████╗██╗ ██╗██████╗ ███████╗██╗ ██████╗ ██████╗
|
||||||
|
██╔══██╗██╔══██╗██║ ██║██╔════╝████╗ ██║╚══██╔══╝██║ ██║██╔══██╗██╔════╝██║ ██╔═══██╗██╔════╝
|
||||||
|
███████║██║ ██║██║ ██║█████╗ ██╔██╗ ██║ ██║ ██║ ██║██████╔╝█████╗ ██║ ██║ ██║██║ ███╗
|
||||||
|
██╔══██║██║ ██║╚██╗ ██╔╝██╔══╝ ██║╚██╗██║ ██║ ██║ ██║██╔══██╗██╔══╝ ██║ ██║ ██║██║ ██║
|
||||||
|
██║ ██║██████╔╝ ╚████╔╝ ███████╗██║ ╚████║ ██║ ╚██████╔╝██║ ██║███████╗███████╗╚██████╔╝╚██████╔╝
|
||||||
|
╚═╝ ╚═╝╚═════╝ ╚═══╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═════╝ ╚═════╝
|
||||||
|
Never stop exploring!
|
||||||
Reference in New Issue
Block a user