Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabelluardo committed Nov 30, 2021
1 parent 1f2418a commit a797598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ When images are built, you can run them with:

```
docker run -d -p 3001:3001 --name spg06-server gabelluardo/solidarity-purchasing-group:release1-server
docker run -d -p 3000:80 --name spg06-client:server --link spg06-server gabelluardo/solidarity-purchasing-group:release1-client
docker run -d -p 3000:80 --name spg06-client --link spg06-server:server gabelluardo/solidarity-purchasing-group:release1-client
```

**The app can be reached on http://localhost:3000 **
Expand Down

0 comments on commit a797598

Please sign in to comment.