First test version

This commit is contained in:
2026-01-18 19:04:48 +01:00
parent b8d5d3ebac
commit 617335e93e

17
Dockerfile Normal file
View File

@@ -0,0 +1,17 @@
FROM ghcr.io/gameservermanagers/steamcmd:latest
#FROM cm2network/steamcmd:steam
ARG DATA_DIR="/stationeers/game_data"
ARG SAVES_DIR
ARG APP_ID=600760
# Re-use the entrypoint script of the steamcmd image and map it to a sensible command s it can be used internally
#RUN ln -s /docker-entrypoint.sh /steamcmd
#RUN steamcmd +force_install_dir "$DATA_DIR" +login anonymous +app_update 600760 +quit
EXPOSE 27016/udp
WORKDIR "$DATA_DIR"
ENTRYPOINT ["echo"]