k3s/vendor/github.com/onsi/gomega/docker-compose.yaml

11 lines
146 B
YAML

version: '3.0'
services:
test:
build:
dockerfile: Dockerfile
context: .
working_dir: /app
volumes:
- ${PWD}:/app