Starting stakeholders-dockerΒΆ

To start stakeholders-docker for the first time, run the following command from your shell. This will build a Docker container from scratch.

[user@host stakeholders-docker]$ docker-compose up --build

To restart it later, run the following command from your shell. This will preserve your progress.

[user@host stakeholders-docker]$ docker-compose up