golang.org/x/build@v0.0.0-20240506185731-218518f32b70/cmd/pubsubhelper/README.md (about)

     1  # golang.org/x/build/cmd/pubsubhelper
     2  
     3  ## Running with Docker locally
     4  
     5  ```sh
     6  docker run --rm -it \
     7      -p 80:80 \
     8      -p 25:25 \
     9      -p 443:443 \
    10      gcr.io/go-dashboard-dev/pubsubhelper:latest [any additional pubsubhelper flags]
    11  ```
    12  
    13  ## Deployment
    14  
    15  See the documentation on [deployment](../../doc/deployment.md).