mirror of
https://github.com/bplein/factorio-docker.git
synced 2025-01-10 03:16:41 +02:00
give up on scenario entry point
This commit is contained in:
parent
6f4f179276
commit
6b2307635e
@ -37,13 +37,3 @@ COPY ./docker-entrypoint.sh /
|
||||
USER $USER
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["/opt/factorio/bin/x64/factorio", \
|
||||
"--port", "$PORT", \
|
||||
"--start-server-load-latest", \
|
||||
"--server-settings $CONFIG/server-settings.json", \
|
||||
"--server-whitelist $CONFIG/server-whitelist.json", \
|
||||
"--server-banlist $CONFIG/server-banlist.json", \
|
||||
"--rcon-port $RCON_PORT", \
|
||||
"--rcon-password", "$(cat $CONFIG/rconpw)", \
|
||||
"--server-id /factorio/config/server-id.json" \
|
||||
]
|
||||
|
@ -36,7 +36,6 @@ if ! find -L $SAVES -iname \*.zip -mindepth 1 -print | grep -q .; then
|
||||
--map-settings $CONFIG/map-settings.json
|
||||
fi
|
||||
|
||||
#exec "$@"
|
||||
exec /opt/factorio/bin/x64/factorio \
|
||||
--port $PORT \
|
||||
--start-server-load-latest \
|
||||
|
Loading…
Reference in New Issue
Block a user