├── .gitignore ├── Dockerfile ├── README.md └── gasket.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-mapper/gifify-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-mapper/gifify-docker/HEAD/README.md -------------------------------------------------------------------------------- /gasket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/max-mapper/gifify-docker/HEAD/gasket.json --------------------------------------------------------------------------------