#!/bin/bash web_path="" docker-image-extract -o "$web_path/sengi" nicolasconstant/sengi rsync -avh --delete --exclude=".htaccess" --exclude="robots.txt" "$web_path/sengi/app/" "$web_path/public_html" rm -rf "$web_path/sengi"