1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facilmap_ynh.git synced 2024-09-03 18:36:07 +02:00

Remove FacilMap documentation from build

This commit is contained in:
Candid Dauth 2021-04-11 01:51:14 +02:00
parent 6bc482fd5d
commit 23fc589b65

View file

@ -120,6 +120,9 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
# Remove docs, they are not needed and take a lot of space
rm -rf "$final_path/docs"
#=================================================
# NGINX CONFIGURATION
#=================================================