From b75ac4fd874d1df1a6866b8ed80ddd4209cc739a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 23 Nov 2024 16:09:11 +1100 Subject: [PATCH] Update directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc022d3..b0e7411 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This Debian-based image includes Chrome for enhanced PDF generation and other fe ```bash git clone https://github.com/invoiceninja/dockerfiles.git -b debian -cd dockerfiles +cd dockerfiles/debian ``` Instead of defining our environment variables inside our docker-compose.yml file we now define this in the `.env` file, open this file up and insert your `APP_URL`, `APP_KEY` and update the rest of the variables as required.