readme update

This commit is contained in:
Antoni Sawicki 2020-04-27 18:58:45 -07:00 committed by GitHub
parent 4533e38a31
commit 733be4a14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest
## Cloud Run
```shell
gcloud run deploy --image gcr.io/tenox7/wrp --platform managed
gcloud run deploy --platform managed --image=gcr.io/tenox7/wrp:latest --args='-t=png','-g=1280x0x256'
```
Or from [Web UI](https://console.cloud.google.com/run). Use `gcr.io/tenox7/wrp` as container image URL.