initial version

This commit is contained in:
Robin Appelman 2015-11-24 19:39:25 +01:00
commit eccb34b1f8
4 changed files with 100 additions and 0 deletions

12
Dockerfile Normal file
View file

@ -0,0 +1,12 @@
from spiretf/docker-comp-server
maintainer Robin Appelman <robin@icewind.nl>
USER root
ADD ./server.cfg $SERVER/tf2/tf/cfg/server.cfg
RUN chown tf2:tf2 $SERVER/tf2/tf/cfg/server.cfg
USER $USER
ADD ./tf.sh $SERVER/tf.sh
ENTRYPOINT ["./tf.sh"]
CMD ["+sv_pure", "1", "+mapcycle", "mapcycle_quickplay_payload.txt", "+maxplayers", "24"]