Error out after creating .env
This commit is contained in:
parent
495fbaab6a
commit
82197c63ff
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ all:
|
|||
.env: example.env
|
||||
@cp example.env .env
|
||||
@echo "Please edit .env to suit your environment before proceeding"
|
||||
@exit 1
|
||||
|
||||
build: .env
|
||||
@docker compose build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue