Another fix, good commit messages here

This commit is contained in:
Benjamin Sherriff
2024-05-04 14:05:38 -04:00
parent 345dc105df
commit be39122320
3 changed files with 9 additions and 11 deletions

View File

@@ -44,8 +44,9 @@ docker-down: ## Stop the app
docker-build: ## Build the docker image
@docker compose build
docker-clean: ## Clean the app
@docker compose down && \
docker image rm siren-service || \
docker network rm siren_frontend || \
docker network rm siren-backend
docker-clean: ## Stop the docker containers and remove volumes
@echo "Stopping docker container and removing volumes..."
@docker-compose --profile backend --profile siren down -v
@echo "Docker container stopped and volumes removed"
refresh: docker-clean up ## Refresh the docker containers