Skip to content

Commit f473ee1

Browse files
getchooReplayCoding
authored andcommitted
add docker-compose file
this will make builds generally easier ``` podman-compose up # builds podman start -a tf2-patches-build # rebuilds :) ```
1 parent 03eb8db commit f473ee1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "3.9"
2+
3+
services:
4+
build:
5+
environment:
6+
- CCACHE_DIR=/ccache
7+
image: registry.gitlab.steamos.cloud/steamrt/scout/sdk/i386
8+
container_name: tf2-patches-build
9+
volumes:
10+
- ./:/build:z
11+
- ./ccache:/ccache:z
12+
entrypoint: /build/build.sh

0 commit comments

Comments
 (0)