mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 04:39:37 +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}" \
|
||||
--exclude=*docker* \
|
||||
--exclude=Dockerfile \
|
||||
--include=.htaccess \
|
||||
--exclude-from=./.dockerignore
|
||||
cd "${builtcontent}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue