.PHONY: all test clean build ID := $(shell id -u) GID := $(shell id -g) all: ID=$(ID) GID=$(GID) docker compose up -d