mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-04-07 05:12:19 +00:00
71209df82e400ea90df3732d02b79b3cdec7ace9
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
JavaScript
44.2%
Python
36%
Jinja
10.6%
CSS
4.8%
Makefile
4%
Other
0.4%