Initial commit
This commit is contained in:
commit
3dd53cf457
105 changed files with 35670 additions and 0 deletions
8
docker/docker-compose.yml
Normal file
8
docker/docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
builder:
|
||||
image: cmake-builder
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
volumes:
|
||||
- ..:/app/source
|
||||
Loading…
Add table
Add a link
Reference in a new issue