mirror of
https://codeberg.org/spire/docker-tf2-server.git
synced 2026-06-03 09:54:20 +02:00
remove unused maps
This commit is contained in:
parent
da9e07611a
commit
bf9d31e1f9
3 changed files with 19 additions and 3 deletions
|
|
@ -20,7 +20,8 @@ RUN wget -O - http://media.steampowered.com/client/steamcmd_linux.tar.gz | tar -
|
|||
ADD ./tf2_ds.txt $SERVER/tf2_ds.txt
|
||||
ADD ./update.sh $SERVER/update.sh
|
||||
ADD ./tf.sh $SERVER/tf.sh
|
||||
RUN $SERVER/update.sh
|
||||
ADD ./clean.sh $SERVER/clean.sh
|
||||
RUN $SERVER/update.sh && $SERVER/clean.sh
|
||||
|
||||
EXPOSE 27015/udp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue