├── Dockerfile ├── LICENSE ├── README.md ├── cloud └── main.js ├── package.json ├── parse.js └── supervisord.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/README.md -------------------------------------------------------------------------------- /cloud/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/cloud/main.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/package.json -------------------------------------------------------------------------------- /parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/parse.js -------------------------------------------------------------------------------- /supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixrieseberg/parse-docker/HEAD/supervisord.conf --------------------------------------------------------------------------------