--- kind: pipeline type: docker name: default steps: - name: backend image: docker:dind commands: - cp .example.env .env - docker-compose build backend