mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 10:04:11 +02:00
cleanup archives
This commit is contained in:
parent
a08e539fba
commit
ab3977b801
4 changed files with 12 additions and 9 deletions
|
|
@ -1,16 +1,10 @@
|
|||
from spiretf/docker-tf2-server
|
||||
maintainer Robin Appelman <robin@icewind.nl>
|
||||
|
||||
ADD ./maps.sh $SERVER/maps.sh
|
||||
ADD ./maps.sh ./sourcemod.sh ./plugins.sh ./configs.sh $SERVER/
|
||||
RUN $SERVER/maps.sh
|
||||
|
||||
ADD ./sourcemod.sh $SERVER/sourcemod.sh
|
||||
RUN $SERVER/sourcemod.sh
|
||||
|
||||
ADD ./plugins.sh $SERVER/plugins.sh
|
||||
RUN $SERVER/plugins.sh
|
||||
|
||||
ADD ./configs.sh $SERVER/configs.sh
|
||||
RUN $SERVER/configs.sh
|
||||
|
||||
EXPOSE 27015/udp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue