mirror of
https://codeberg.org/spire/docker-spire-server.git
synced 2026-06-03 14:24:08 +02:00
initial version
This commit is contained in:
commit
eccb34b1f8
4 changed files with 100 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue