summaryrefslogtreecommitdiff
path: root/.docker/app/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/startup.sh')
-rw-r--r--.docker/app/startup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.docker/app/startup.sh b/.docker/app/startup.sh
index dd97581..a307110 100644
--- a/.docker/app/startup.sh
+++ b/.docker/app/startup.sh
@@ -25,7 +25,6 @@ if [ -z $SKIP_RSYNC_ON_STARTUP ]; then
else
rsync -a --delete \
--exclude sessions \
- --exclude lib/fonts \
--exclude db \
$SRC_DIR/ $DST_DIR/
fi