blob: 17dd0343eed417876c064ffb423236415f172ca5 [file] [log] [blame] [view]
# golang.org/x/build/cmd/pubsubhelper
## Running with Docker locally
```sh
docker run --rm -it \
-p 80:80 \
-p 25:25 \
-p 443:443 \
gcr.io/go-dashboard-dev/pubsubhelper:latest [any additional pubsubhelper flags]
```
## Deployment
See the documentation on [deployment](../../doc/deployment.md).