update: create entrypoint.sh that configures and launches the service.

This commit is contained in:
2026-02-27 11:18:35 +01:00
parent 8afca09f26
commit 23b2a6ac63
5 changed files with 135 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
AZURITE_DIR="storage"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
AZURITE_DIR="$SCRIPT_DIR/storage"
if [[ ! -d "$AZURITE_DIR" ]]; then
echo "No accounts found"