Go to file
2025-01-14 21:31:02 +01:00
app final solving all of menu bugs 2025-01-14 21:31:02 +01:00
.gitignore Added conf resv base 2025-01-09 13:53:56 +01:00
docker-compose.yml Update docker-compose.yml 2025-01-10 18:32:00 +01:00
Dockerfile Implemented the python draft 2025-01-08 14:59:36 +01:00
LICENSE Initial commit 2020-10-08 15:06:16 +02:00
README.md Updated README.md 2025-01-14 16:57:13 +01:00

Landingpage

Access

Locale

http://127.0.0.1:5000

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