truncate history
This commit is contained in:
commit
efb7fe4225
3 changed files with 92 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM zombi/steam-base
|
||||
MAINTAINER MadMaurice <madmaurice@zom.bi>, Paul <paul@zom.bi>
|
||||
EXPOSE 27015/udp
|
||||
|
||||
ADD bin/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +xr /entrypoint.sh
|
||||
USER steam
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["+game_type", "0", "+game_mode", "1", "+mapgroup", "mg_active", "+map", "de_dust2", "+maxplayers", "12", "+rcon_password", "relativegal"]
|
Loading…
Add table
Add a link
Reference in a new issue