ift713-main-host/Makefile
2023-12-09 16:51:16 -05:00

8 lines
122 B
Makefile

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