Error out after creating .env

This commit is contained in:
Max Ignatenko 2024-02-18 20:27:17 +00:00
parent 495fbaab6a
commit 82197c63ff

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