Closed Hetsh closed 3 years ago
Due to the shell variation of the specified ENTRYPOINT, SERVER_OPTS cannot be replaced by specifying additional parameters via CMD: docker run ... hetsh/stationeers <additional_parameter>
. All parameters specified like this are associated with the shell and not the stationeers server. Closed.
SERVER_OPTS serves the same purpose as CMD, so we should stick with the standard way.