docker watch works

This commit is contained in:
2024-08-26 15:52:25 +02:00
parent f6b0b7114e
commit 2bf30d07a3
2 changed files with 13 additions and 2 deletions

View File

@ -20,11 +20,12 @@ build:
$(COMPOSE) build
up: build
mkdir -p ~/PTME_data
$(COMPOSE) up -d
up_att: build
mkdir -p ~/PTME_data
$(COMPOSE) up
watch: build
$(COMPOSE) watch
down:
$(COMPOSE) down -v