correction README.md + clean up app/deploy.sh
This commit is contained in:
parent
820f540bdb
commit
4b40fcf844
@ -62,4 +62,9 @@ terraform apply
|
||||
# Saisir yes quand demandé
|
||||
```
|
||||
|
||||
> Visiter l'adresse fournie en output du terraform apply
|
||||
> Visiter l'adresse fournie en output du terraform apply (Web-server-URL = "http://SERVER_IP:5000")
|
||||
|
||||
- Stopper Terraform:
|
||||
```bash
|
||||
terraform destroy
|
||||
```
|
@ -3,7 +3,4 @@
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq docker.io
|
||||
sudo docker build --network=host -t flaskapp .
|
||||
sudo docker run -d -p 5000:5000 flaskapp:latest
|
||||
#python3 -m pip install flask
|
||||
#python3 app.py >> log.txt 2>&1 &
|
||||
#nohup python3 -u ./app.py > output.log &
|
||||
sudo docker run -d -p 5000:5000 flaskapp:latest
|
Loading…
x
Reference in New Issue
Block a user