Error out after creating .env

main
Max Ignatenko 2024-02-18 20:27:17 +00:00
parent 495fbaab6a
commit 82197c63ff
1 changed files with 1 additions and 0 deletions

View File

@ -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