Skip to content

Commit

Permalink
edited : docker evn port command
Browse files Browse the repository at this point in the history
  • Loading branch information
Saketh-Chandra authored Dec 15, 2020
1 parent fcdaed7 commit f5b285c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ pip install -r requirements.txt
set FLASK_APP=app.py
flask run
```
## Docker Build :whale:
## :whale: Docker Build
```bash
wget "https://raw.githubusercontent.com/Saketh-Chandra/Covid-19_website/master/Dockerfile"
docker build -t covid_19_website .
docker run -p 80:5000 covid_19_website
docker run -p 80:5000 -e port=5000 covid_19_website
```


Expand Down

0 comments on commit f5b285c

Please sign in to comment.