add docker

This commit is contained in:
Jeff Groom
2019-09-24 18:52:25 -06:00
parent fdb9a351f4
commit 30ad96322d
4 changed files with 123 additions and 0 deletions

View File

@@ -152,7 +152,15 @@ You're done!
---
## Docker
```bash
docker build -t postwoman:latest
docker run -p 3000:3000 postwoman:latest
```
## Releasing
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
1. Install dependencies by running `npm install` within the directory that you cloned (probably `postwoman`).
1. Build the release files with `npm run build`.