Update Makefile

This commit is contained in:
wilson 2026-05-03 15:28:11 +01:00
parent 31156e2734
commit 4ea67fda13

View file

@ -1,7 +1,7 @@
.PHONY: down build up logs shell lock migrate migration import-dictionary
build:
docker compose build
docker compose build --no-cache
up:
docker compose up -d