This commit is contained in:
Nathan Rashleigh
2025-07-27 12:09:03 +10:00
parent 082d88e607
commit c1c0cd56b2
9 changed files with 425 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
build-css:
docker build -f css/css.dockerfile css/ -t megastructure/css
up:
docker compose -f surf.yaml up
down:
docker compose -f surf.yaml down -v --remove-orphans
srcds-sh:
docker compose -f surf.yaml run -it srcds bash