## Build docker build -t kallassa . Force build without using cache: docker build --no-cache -t kallassa . ## Run docker-compose up Force rebuild; then run: docker-compose up --build ## Remove builded containers docker-compose down