diff --git a/api/Makefile b/api/Makefile index 5bcbd49..1e9c9fd 100644 --- a/api/Makefile +++ b/api/Makefile @@ -23,8 +23,8 @@ env.dev: env.prod: cp .env.prod .env -# Build and restart containers -install: build.all up +# Build and start containers +bup: build.all up # Start containers up: diff --git a/client/Makefile b/client/Makefile index d4c115e..59cf69f 100644 --- a/client/Makefile +++ b/client/Makefile @@ -20,6 +20,9 @@ env.dev: env.prod: cp .env.prod .env +# Build and start containers +bup: build up + # Start containers up: docker compose -f ${COMPOSE_FILE} up -d