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}"