Skip to content

Commit

Permalink
Flattened the arg list
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler committed Jan 1, 2024
1 parent 63d043e commit 394162f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,4 @@ EXPOSE 27015/udp
EXPOSE 27016/udp

#ENTRYPOINT [ "rocketstation_DedicatedServer.x86_64", "-settingspath", "/home/steam/stationeers/saves/server_settings.xml" ]
ENTRYPOINT [ \
"rocketstation_DedicatedServer.x86_64", \
"-loadlatest", ${SAVE_NAME}, ${DEFAULT_WORLD}, \
"-settings", \
"StartLocalHost", "true", \
"ServerVisible", ${VISIBLE}, \
"ServerName", ${NAME}, \
"GamePort", ${PORT}, \
"ServerPassword", ${PASSWORD}, \
"AutoSave", ${AUTOSAVE}, \
"SaveInterval", ${SAVE_INTERVAL}, \
"ServerMaxPlayers", ${MAX_PLAYERS}, \
"UPNPEnabled", ${UPNP_ON}, \
"ServerAuthSecret", ${AUTH_SECRET} \
]
ENTRYPOINT [ "rocketstation_DedicatedServer.x86_64", "-load", ${SAVE_NAME}, ${DEFAULT_WORLD}, "-settings", "StartLocalHost", "true", "ServerVisible", ${VISIBLE}, "ServerName", ${NAME}, "GamePort", ${PORT}, "ServerPassword", ${PASSWORD}, "AutoSave", ${AUTOSAVE}, "SaveInterval", ${SAVE_INTERVAL}, "ServerMaxPlayers", ${MAX_PLAYERS}, "UPNPEnabled", ${UPNP_ON}, "ServerAuthSecret", ${AUTH_SECRET} ]

0 comments on commit 394162f

Please sign in to comment.