This is dribbble's fork of thumbor. For the full docs on our thumbor setup, see: https://github.com/dribbble/dribbble/blob/master/doc/thumbor.markdown
- If you haven't already, add the original
thumboras aremote:
git remote add upstream https://github.com/thumbor/thumbor.git
- Fetch the upstream:
git fetch upstream - Checkout master:
git checkout master - Rebase onto the upstream master:
git rebase upstream/master - Push any changes:
git push - Rebase the
buildbranch on master:git checkout build && git rebase origin/master - Push any changes:
git push
See the build doc for information on how to build the docker image.