mirror of
https://github.com/mr-vercetti/docker-svencoop-server.git
synced 2026-05-07 10:15:41 +02:00
Add entrypoint script and change user account type to system
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting Sven Co-Op server..."
|
||||
cd ${SERVER_DIR}
|
||||
${SERVER_DIR}/svends_run ${GAME_PARAMS}
|
||||
Reference in New Issue
Block a user