don't sync node modules ( got at build )
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# assuming polls is bind mounted in container as /root/polls
|
||||
# see runpodman.sh
|
||||
|
||||
podman exec -it nextcloud_local rsync --chown www-data:www-data -av /root/polls/ /var/www/html/custom_apps/polls --exclude .git
|
||||
podman exec -it nextcloud_local rsync --chown www-data:www-data -av /root/polls/ /var/www/html/custom_apps/polls --exclude .git --exclude node_modules
|
||||
|
||||
Reference in New Issue
Block a user