minor refactoring: using default scale from default options

This commit is contained in:
Julien Neuhart
2020-02-10 10:10:49 +01:00
parent 3609cf54c0
commit 1ff16cc54b
2 changed files with 4 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ For instance:
```bash
$ git clone https://github.com/thecodingmachine/gotenberg.git
$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.1.0
$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0
```
> `master` branch is always up-to-date with the latest version of the API.