This commit is contained in:
Nathan Rashleigh
2025-07-31 18:13:22 +10:00
parent c1c0cd56b2
commit b0d23c1dac
16 changed files with 485 additions and 110 deletions
+9 -3
View File
@@ -2,10 +2,16 @@ build-css:
docker build -f css/css.dockerfile css/ -t megastructure/css
up:
docker compose -f surf.yaml up
docker compose -f surf.yaml up --remove-orphans
down:
docker compose -f surf.yaml down -v --remove-orphans
srcds-sh:
docker compose -f surf.yaml run -it srcds bash
build:
docker compose -f surf.yaml build
cssds-run:
docker compose -f surf.yaml run -it cssds bash
cssds-exec:
docker compose -f surf.yaml exec -it cssds bash