Allows other service's locations to be passed in via environment variables which are provided by docker-compose.
Also provides an npm run start script as a common entry point to all services via docker-compose.
Also provides a Dockerfile which builds on the node:6.9.5 base image, but adds aspell for server-side spell checking. This is used by the docker-compose file to run spelling.
Makes this service compatible with https://github.com/sharelatex/sharelatex-dev-environment
Allows other service's locations to be passed in via environment variables which are provided by docker-compose.
Also provides an
npm run start
script as a common entry point to all services via docker-compose.Also provides a Dockerfile which builds on the
node:6.9.5
base image, but adds aspell for server-side spell checking. This is used by the docker-compose file to run spelling.