Change Docker image for tenant-manager service and update entrypoint to use sh; modify shebang in manage-tenant.sh to use sh

This commit is contained in:
2026-04-21 16:26:48 +02:00
parent 9ddaaaae1e
commit 12f62e5146
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Script to manage multitenant deployment
# Allows adding, removing, and restarting tenants without downtime for others