From e30a72452956f4f1aee06d5eae77e3ecf63380e5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 28 Mar 2020 19:54:02 +0100 Subject: [PATCH] Make sure dist files include the htaccess file --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index b3d28b9d..2f5a23bd 100755 --- a/build.sh +++ b/build.sh @@ -19,6 +19,7 @@ mkdir -p "${builtcontent}" rsync -av * "${builtcontent}" \ --exclude=*docker* \ --exclude=Dockerfile \ + --include=.htaccess \ --exclude-from=./.dockerignore cd "${builtcontent}"