diff --git a/.env b/.env new file mode 100644 index 0000000..d98cf7f --- /dev/null +++ b/.env @@ -0,0 +1 @@ +COMPOSE_PROJECT_NAME=genitywebapp \ No newline at end of file diff --git a/Makefile b/Makefile index 7651a95..4aaf8b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -export NAME=genitywebapp - build: - COMPOSE_PROJECT_NAME=genitywebapp docker-compose up --build + docker-compose build run: build docker-compose up