image: file: Dockerfile ports: - port: 3000 tasks: - command: "npm config set unsafe-perm true && npm i && cd example && npm i && npm run start"