mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 12:48:24 +03:00
Make sure dist files include the htaccess file
This commit is contained in:
parent
73f97ea874
commit
e30a724529
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -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}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue