chore: delete docker/entrypoint.sh

This commit is contained in:
2026-05-25 19:56:37 +02:00
parent 53abdace1c
commit 246fa7439d

View File

@@ -1,11 +0,0 @@
#!/bin/sh
set -e
: "${DATABASE_FILE:=/app/data/mal.db}"
if [ ! -x /app/main_server ]; then
echo "ERROR: /app/main_server not found or not executable" >&2
exit 1
fi
exec /app/main_server