From ca89eff2361549005180de096e2ff5f12f7d5690 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Mon, 15 Sep 2025 14:55:32 -0500 Subject: [PATCH] fix: adds .dockerignore, includes .git in deployment.properties --- .dockerignore | 14 ++++++++++++++ deployment.properties | 1 + 2 files changed, 15 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a0d42ef --- /dev/null +++ b/.dockerignore @@ -0,0 +1,14 @@ +.git +.idea +.phpunit.cache +.php-cs-fixer.cache +.env.test +.gitignore +bolt.db +bash +build.xml +deploy.compose.yml +phpstan.dist.neon +phpunit.dist.xml +nomad.deploy.hcl +deployment.properties diff --git a/deployment.properties b/deployment.properties index 2b41cdc..06e157b 100644 --- a/deployment.properties +++ b/deployment.properties @@ -10,6 +10,7 @@ templates var vendor build.xml +.git .env .env.local composer.json