pull_requests_fts: 271338405
This data as json
rowid | title | body |
---|---|---|
271338405 | "datasette publish cloudrun" command to publish to Google Cloud Run | This is a very rough draft to start a discussion on a possible datasette cloud run publish plugin (see issue #400). The main change was to dynamically set the listening port in `make_dockerfile` to satisfy cloud run's [requirements](https://cloud.google.com/run/docs/reference/container-contract). This was done by running `datasette` through `sh` to get environment variable substitution. Not sure if that's the right approach? |