diff --git a/Makefile b/Makefile index 8045d40..d01a750 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ build: deploy: docker compose down && \ - docker compose up --bulid -d \ No newline at end of file + docker compose up --build -d \ No newline at end of file