Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
druedaplata authored Jan 12, 2017
1 parent 62303cf commit 2f45421
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 @@ -21,9 +21,9 @@

1. Install [Docker](https://docs.docker.com/engine/installation/)

2. Build the container * docker build -t youruser/app_gnss . * from Dockerfile directory. This may take a while.
2. Build the container *docker build -t youruser/app_gnss .* from Dockerfile directory. This may take a while.

3. Run the container with * docker run -t -i -p 5000:5000 drueda/app_gnss python main.py *
3. Run the container with *docker run -t -i -p 5000:5000 youruser/app_gnss python main.py*

4. Open the application at *localhost:5000*

Expand Down

0 comments on commit 2f45421

Please sign in to comment.