openmohaa/docker/server/base/entrypoint.sh

6 lines
247 B
Bash
Raw Normal View History

#!/bin/bash
# It's amazing that with Docker, one can't put environment variables in the array of the ENTRYPOINT command
/usr/local/games/openmohaa/lib/openmohaa/omohaaded +set fs_homepath home +set dedicated 2 +set net_port $GAME_PORT:-12203 $@