Added support for Thumbor (#1373)

This commit is contained in:
Peter Mein
2018-09-16 14:21:13 +02:00
committed by Shao Yu-Lung (Allen)
parent 61576c0b1b
commit 6a3b3fac2d
4 changed files with 258 additions and 0 deletions

5
thumbor/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM apsl/thumbor
CMD ["thumbor"]
EXPOSE 8000