From e8a2977f196a381794ac6010df10912afd264237 Mon Sep 17 00:00:00 2001 From: Shah Ismail Date: Fri, 11 Sep 2020 17:24:55 +0300 Subject: [PATCH] More restructuring WIP 3a --- .env | 1 + Makefile | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .env 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