mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 15:29:54 +03:00
Excluded GeoLite2 db from build process
This commit is contained in:
parent
d4758b0e91
commit
8fc949898b
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=data/infra \
|
||||
--exclude=data/migrations_template.txt \
|
||||
--exclude=data/GeoLite2-City.mmdb \
|
||||
--exclude=**/.gitignore \
|
||||
--exclude=CHANGELOG.md \
|
||||
--exclude=composer.lock \
|
||||
|
|
Loading…
Add table
Reference in a new issue