build: use .env for DB config in Makefile

This commit is contained in:
Michael
2026-04-29 22:38:07 +02:00
parent aef835fffa
commit d396cad6f3
3 changed files with 15 additions and 11 deletions

View File

@ -2,6 +2,9 @@ SHELL := /bin/bash
MAKEFLAGS += --silent
ARGS = $(filter-out $@,$(MAKECMDGOALS))
include ./app/.env
export
.default: help
export UID=$(shell id -u)