Update README.md

This commit is contained in:
Dmitriy Shishkov 2021-07-07 21:12:36 +05:00 committed by GitHub
parent a52520c4e2
commit 5b4a4cc75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,5 +49,9 @@ Dokku deployment with image from Docker Hub
```bash
dokku apps:create publitebackend
# increase file size limit to be able to upload bigger books
dokku nginx:set publitebackend client_max_body_size 50m
dokku git:from-image publitebackend publite/backend:latest
```