feat(docker): build files

This commit is contained in:
2026-02-28 15:30:17 +01:00
parent f7c2b71cc0
commit 11b13eea1a
3 changed files with 59 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
fml13-builder:
build:
context: .
args:
USER_UID: ${UID:-1000}
USER_GID: ${GID:-1000}
image: fml13v01-sdk-env:latest
container_name: fml13_builder
volumes:
- .:/home/developer/sdk
privileged: true
stdin_open: true
tty: true