This commit is contained in:
2026-01-25 15:08:41 +01:00
parent 9b54db2065
commit f13673ec0d
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
# Build and start the container
# Stop and remove old container and volume to ensure clean state
docker-compose down -v
docker rm -f sso_service || true
# Build and start the container
docker-compose up -d --build