Simplify build process.

This commit is contained in:
Fern Garden 2025-09-07 20:19:47 +08:00
parent ab797443f2
commit 4c5ead65c7
6 changed files with 24 additions and 11 deletions

View file

@ -10,4 +10,4 @@ services:
UID: "${UID:-1001}"
GID: "${GID:-1001}"
volumes:
- "${MODEL:?error}:/build"
- "${BUILD_DIR:-./build}:/build"