Skip to content

Commit

Permalink
🐳 Resolves #164
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas authored and jamesgeorge007 committed Sep 29, 2019
1 parent ef51b36 commit 534882a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,14 @@ You're done!
## Docker 🐳

```bash
#pull
docker pull liyasthomas/postwoman

#run
docker run -p 3000:3000 liyasthomas/postwoman:latest

#build
docker build -t postwoman:latest
docker run -p 3000:3000 postwoman:latest
```

## Releasing 🔖
Expand Down
Binary file modified static/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 534882a

Please sign in to comment.