EthikTag/Makefile

9 lines
167 B
Makefile
Raw Normal View History

2023-01-07 22:07:15 +01:00
up:
FIXUID=$(shell id -u) FIXGID=$(shell id -g) docker-compose up --build
down:
docker-compose down -v
purge:
docker-compose down -v --remove-orphans --rmi local