diff --git a/README.md b/README.md index 10dfecc57..b76db87b8 100644 --- a/README.md +++ b/README.md @@ -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 🔖 diff --git a/static/screenshot1.png b/static/screenshot1.png index 2c621fde2..bcde40905 100644 Binary files a/static/screenshot1.png and b/static/screenshot1.png differ diff --git a/static/screenshot2.png b/static/screenshot2.png index 9772c758e..c480f51f9 100644 Binary files a/static/screenshot2.png and b/static/screenshot2.png differ