Update Makefile
This commit is contained in:
parent
31156e2734
commit
4ea67fda13
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
.PHONY: down build up logs shell lock migrate migration import-dictionary
|
.PHONY: down build up logs shell lock migrate migration import-dictionary
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker compose build
|
docker compose build --no-cache
|
||||||
|
|
||||||
up:
|
up:
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue