mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-08-31 16:42:09 +00:00
ced25bdf3b9e594157ce663ba2193a300e172785
Landingpage
Access
Locale
Administrate Docker
Stop and Destroy
docker stop landingpage
docker rm landingpage
Build
docker build -t application-landingpage .
Run
Run Development Environment
docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
Run Production Environment
docker run -d -p 5000:5000 --name landingpage application-landingpage
Debug
docker logs -f landingpage
Author
This software was created from Kevin Veen-Birkenbach with the help of ChatGPT
Languages
Python
53.4%
JavaScript
33.5%
Jinja
5.9%
Makefile
3.3%
CSS
2.5%
Other
1.4%