File size: 98 Bytes
2dc92ec
 
 
 
 
 
 
1
2
3
4
5
6
7
8
default: build

build:
	docker compose build --no-cache

deploy-local:
	docker compose up --build