added more files from main repo
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
build-linux:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: bsp_linux/Dockerfile
|
||||
|
||||
build-host:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: bsp_hosted/Dockerfile
|
||||
|
||||
build-freertos:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: bsp_stm32_freertos/Dockerfile
|
Reference in New Issue
Block a user