Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler authored Aug 20, 2023
1 parent bf7a8cd commit 356df76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ EXPOSE 27015/udp
# Game port (UDP) <-- connect to this one!
EXPOSE 27016/udp

ENTRYPOINT [ "rocketstation_DedicatedServer.x86_64" ]
CMD [ "-settingspath", "/home/steam/stationeers/saves/server_settings.xml", $APP_FLAGS ]
ENTRYPOINT [ "rocketstation_DedicatedServer.x86_64", "-settingspath", "/home/steam/stationeers/saves/server_settings.xml" ]

0 comments on commit 356df76

Please sign in to comment.