diff --git a/run/readme.md b/run/readme.md index aa916f0d..dfa1100f 100644 --- a/run/readme.md +++ b/run/readme.md @@ -26,9 +26,12 @@ $ run/setup.sh ### 2. Compile the project and build docker images ``` -$ ./gradlew assemble docker +$ ./gradlew dist docker ``` +* `dist` is necessary for the processes to be possible to start and run. +* `docker` is necessary for the services to be possible to start and run. + ### 3. Initialize the database ``` $ docker-compose up -d mariadb