Skip to content
Snippets Groups Projects
README.md 518 B
Newer Older
# ShellValier v2

## Running the development environment

In order to run the development environment locally:
1. Make sure you have [Docker Desktop](https://docs.docker.com/desktop/) and [Docker Compose](https://docs.docker.com/compose/) installed.
2. Build and run the project by executing:

        ./docker/scripts/run-docker

## Working in the development environment

Whenever you need to establish an interactive bash session in the running applicaiton container, execute:

        ./docker/scripts/docker-bash