2024-03-19 20:32:00 +01:00
|
|
|
version: "2"
|
2024-03-19 20:02:20 +01:00
|
|
|
|
|
|
|
services:
|
|
|
|
build:
|
|
|
|
image: git.mixedup.dev/quik/docker-cross-compiler
|
2024-03-21 16:16:21 +01:00
|
|
|
command: "ls -laR && /home/quik/src/build_native.sh"
|
2024-03-19 20:02:20 +01:00
|
|
|
volumes:
|
|
|
|
- .:/home/quik/src
|