mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-15 19:23:58 +01:00
Updated README.md
This commit is contained in:
parent
3c240fc16b
commit
8b958c8947
12
README.md
12
README.md
@ -1,7 +1,7 @@
|
|||||||
# Landingpage
|
# Landingpage
|
||||||
|
|
||||||
## Access
|
## Access
|
||||||
|
### Locale
|
||||||
http://127.0.0.1:5000
|
http://127.0.0.1:5000
|
||||||
|
|
||||||
|
|
||||||
@ -19,12 +19,12 @@ docker build -t application-landingpage .
|
|||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
#### Development
|
#### Run Development Environment
|
||||||
```bash
|
```bash
|
||||||
sudo docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
|
docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Production
|
#### Run Production Environment
|
||||||
```bash
|
```bash
|
||||||
docker run -d -p 5000:5000 --name landingpage application-landingpage
|
docker run -d -p 5000:5000 --name landingpage application-landingpage
|
||||||
```
|
```
|
||||||
@ -32,4 +32,6 @@ docker run -d -p 5000:5000 --name landingpage application-landingpage
|
|||||||
### Debug
|
### Debug
|
||||||
```bash
|
```bash
|
||||||
docker logs -f landingpage
|
docker logs -f landingpage
|
||||||
```
|
```
|
||||||
|
## Author
|
||||||
|
This software was created from [Kevin Veen-Birkenbach](https://www.veen.world/) with the help of [ChatGPT]()
|
||||||
|
Loading…
Reference in New Issue
Block a user