Go to file
2025-01-08 20:32:00 +01:00
app Added tooltip js 2025-01-08 20:32:00 +01:00
.gitignore Implemented the python draft 2025-01-08 14:59:36 +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 Implemented the python draft 2025-01-08 14:59:36 +01:00

homepage.veen.world

docker build -t flask-app .

docker run -d -p 5000:5000 --name landingpage flask-app

http://127.0.0.1:5000

sudo docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development flask-app