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
thumbor
as 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
build
branch 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.