From 57910aa37ba965aea202da09beda8903ed39081c Mon Sep 17 00:00:00 2001 From: Inaki Anduaga Date: Sun, 18 Sep 2016 23:27:07 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 211b779..969e5a8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The entire application **is dockerized** and can be run locally easily w/ minima **Installation:** From the `./docker` folder + 1. Build docker containers for dynamoDB and SBT by running `docker-compose build` 2. Spin up Play app & DynamoDB: `docker-compose up -d` (first run will take a while because SBT needs to populate the cache). App will be reachable on [http://localhost:9000](http://localhost:9000)