mirror of
https://github.com/ZorgCC/docker-games-scripts.git
synced 2025-04-10 19:00:00 +03:00
8 lines
228 B
Docker
8 lines
228 B
Docker
FROM epicmorg/steamcmd
|
|
|
|
WORKDIR $VALVE_GAME_FOLDER
|
|
|
|
RUN steamcmd +login anonymous +force_install_dir $VALVE_GAME_FOLDER +app_update 294420 +quit
|
|
COPY run_7d2d.sh $VALVE_GAME_FOLDER/run_7d2d.sh
|
|
CMD $VALVE_GAME_FOLDER/run_7d2d.sh
|