Make sure dist files include the htaccess file

This commit is contained in:
Alejandro Celaya 2020-03-28 19:54:02 +01:00
parent 73f97ea874
commit e30a724529

View file

@ -19,6 +19,7 @@ mkdir -p "${builtcontent}"
rsync -av * "${builtcontent}" \ rsync -av * "${builtcontent}" \
--exclude=*docker* \ --exclude=*docker* \
--exclude=Dockerfile \ --exclude=Dockerfile \
--include=.htaccess \
--exclude-from=./.dockerignore --exclude-from=./.dockerignore
cd "${builtcontent}" cd "${builtcontent}"