diff --git a/docker/app/entrypoint.sh b/docker/app/entrypoint.sh index 1a9016b..c0f868e 100644 --- a/docker/app/entrypoint.sh +++ b/docker/app/entrypoint.sh @@ -19,6 +19,7 @@ sync_code() { fi rsync -a --delete --omit-dir-times --no-perms --no-owner --no-group \ + --exclude="storage/**" \ --exclude="storage/logs" \ --exclude="storage/framework/sessions" \ "$APP_SOURCE"/ "$APP_TARGET"/ || true