Skip to content

Commit

Permalink
added small chane to dockerfile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Rashad authored Jun 6, 2020
1 parent cf5fb20 commit 72735b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,11 @@ Currently we have a `Dockerfile` intended for testing purposes and it automates


##### How to use the docker file
In only two simple steps :
In only three simple steps :
- change the variables `MAIL_USERNAME` , `MAIL_PASSWORD` and `SECRET_KEY`
- `docker build -t <image_name> .
- `docker run -it -d -p 5000:5000 --name <container name> <image_name> /bin/bash`
- to run in foreground mode `docker run -it -p 5000:5000 --name <container name> <image_name> /bin/bash`
- To run in foreground mode `docker run -it -p 5000:5000 --name <container name> <image_name> /bin/bash`

##### Note

Expand Down

0 comments on commit 72735b6

Please sign in to comment.