use checksum to see changes to src

This commit is contained in:
UGA Innovation Factory
2025-12-19 18:49:07 -05:00
parent 21de5c571e
commit 49cded91cf

View File

@@ -310,7 +310,7 @@ in
# Copy application code to writable directory if not already present or if source is newer
echo "Syncing application code to /var/lib/usda-vision..."
${pkgs.rsync}/bin/rsync -av --delete \
--checksum
--checksum \
--exclude='node_modules' \
--exclude='.env' \
--exclude='__pycache__' \