diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,3 +13,9 @@ See the [example directory](example) for a complete Docker Compose example, show | |||
13 | ## Dependent Services | 13 | ## Dependent Services |
14 | 14 | ||
15 | This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage. | 15 | This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage. |
16 | |||
17 | ## Releasing | ||
18 | |||
19 | 1. Create a new release on GitHub. The image is tagged with the same version as Puppeteer. | ||
20 | 2. Docker Hub automatically builds images for the tag. | ||
21 | 3. There is no step 3. | ||