Adds a super basic docker compose script
This commit is contained in:
parent
d08d3b6f0e
commit
17954f39b2
1 changed files with 5 additions and 0 deletions
5
docker-compose.yml
Normal file
5
docker-compose.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
linuxbuilder:
|
||||
image: git.zontreck.com/ariascreations/buildenvironments:linux
|
Loading…
Reference in a new issue