mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-02-22 18:52:41 +00:00
Implemented the python draft
This commit is contained in:
10
README.md
10
README.md
@@ -1 +1,9 @@
|
||||
# homepage.veen.world
|
||||
# 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
|
||||
Reference in New Issue
Block a user