docker-compose build

This commit is contained in:
Harivansh Rathi 2026-03-25 12:40:14 -04:00
parent b108be8afe
commit 5d655de594
4 changed files with 57 additions and 4 deletions

View file

@ -0,0 +1,8 @@
services:
build:
build:
context: ..
dockerfile: docker/Dockerfile
user: "${UID:-1000}:${GID:-1000}"
volumes:
- ../dist:/out