🐳 Resolves #164

This commit is contained in:
Liyas Thomas 2019-09-27 09:06:50 +05:30
parent 13f6cfd601
commit a36b4207c8
3 changed files with 7 additions and 1 deletions

View File

@ -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 🔖

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 71 KiB