image: file: .gitpod.Dockerfile tasks: - init: cd backend && npm ci - init: cd dashboard && npm ci