Files
lunar-tear/server/entrypoint.sh
T
2026-04-20 11:46:42 +03:00

8 lines
195 B
Bash
Executable File

#!/usr/bin/env sh
set -e
mkdir -p db
goose -dir migrations sqlite3 db/game.db up
exec ./lunar-tear --host "${LUNAR_HOST}" --http-port "${LUNAR_HTTP_PORT}" --grpc-port "${LUNAR_GRPC_PORT:-443}"