chore: remove entrypoint.sh, no longer needed

This commit is contained in:
2026-06-21 01:16:32 +02:00
committed by Milas Holsting
parent f91d9733a1
commit 3aa25aeef3

View File

@@ -1,12 +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