Files
tp/Makefile
T
valitovgaziz 32d7ad7dad modified: Makefile
remove profiles and test commands from Makefile
2025-07-20 09:04:32 +05:00

11 lines
141 B
Makefile

build:
@docker compose build --no-cache
run: stop
@docker compose up -d --remove-orphans
stop:
@docker compose down
.DEFAULT_GOAL=run