Run docker-compose up --build to get a local development environment up and running on http://localhost:9800. This can be done from a clean checkout of this repo (this repo's Dockerfile pulls down binaries from the latest successful master build on CircleCI).
Persists data between sessions to the local .docker directory.
Automatically bootstraps the database using lndr-backend/db/create_tables.sql.
Run
docker-compose up --build
to get a local development environment up and running onhttp://localhost:9800
. This can be done from a clean checkout of this repo (this repo's Dockerfile pulls down binaries from the latest successfulmaster
build on CircleCI).