diff --git a/README.md b/README.md index 148692b..893bee7 100644 --- a/README.md +++ b/README.md @@ -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 ```