diff --git a/Makefile b/Makefile index 2fd5d7d..6efe585 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ apps_config := $(config_dir)apps.config # .dirstamp plus && $@ is like make magic to get this rule # to only run if the contents of all-apps changes app/.dirstamp: all-apps/app.service all-apps/docker-compose.yaml all-apps/.env \ +all-apps/lb/Caddyfile \ $(wildcard all-apps/lb/*) \ $(wildcard all-apps/nextcloud/*) \ $(wildcard all-apps/wg-easy/*) \