docker-compose.yaml 215 B

123456789
  1. version: "3"
  2. services:
  3. weeding:
  4. build:
  5. # We need to build from the parent directory so we can access weed.sh
  6. context: ..
  7. dockerfile: ./tests/Dockerfile
  8. entrypoint: /testing-entrypoint.sh