docker-compose.debug.yml 141 B

12345678
  1. version: '3.4'
  2. services:
  3. githubactionscreator:
  4. image: githubactionscreator
  5. build:
  6. context: .
  7. dockerfile: ./Dockerfile