rename to 'send'

This commit is contained in:
Danny Coates 2017-07-11 12:34:49 -07:00
parent 57c7c475fc
commit 20b9766742
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
10 changed files with 26 additions and 26 deletions

View file

@ -10,5 +10,5 @@
## Example:
```sh
$ docker run --net=host -e 'NODE_ENV=production' -e 'P2P_S3_BUCKET=testpilot-p2p-dev' -e 'P2P_REDIS_HOST=dyf9s2r4vo3.bolxr4.0001.usw2.cache.amazonaws.com' mozilla/portal:latest
$ docker run --net=host -e 'NODE_ENV=production' -e 'P2P_S3_BUCKET=testpilot-p2p-dev' -e 'P2P_REDIS_HOST=dyf9s2r4vo3.bolxr4.0001.usw2.cache.amazonaws.com' mozilla/send:latest
```