This commit is contained in:
2025-06-08 17:29:43 +09:00
parent 234a4882e4
commit bc5c01e164

View File

@ -27,7 +27,7 @@ if docker ps -a --format '{{.Names}}' | grep -q "^${CONTAINER_NAME}$"; then
fi fi
# Create required directories if they don't exist # Create required directories if they don't exist
mkdir -p "$(pwd)/public/podcast_audio" "$(pwd)/data" mkdir -p "$(pwd)/public/podcast_audio" "$(pwd)/data" | true
# Check for required files # Check for required files
if [[ ! -f "$(pwd)/.env" ]]; then if [[ ! -f "$(pwd)/.env" ]]; then