.dockerignore 213 B

12345678910
  1. # Start by ignoring everything
  2. *
  3. # Explicitly unignore what we need for building
  4. !nginx.conf
  5. !hls.html
  6. !entrypoint.sh
  7. # TODO once we find which one works. Remove the other one
  8. !cert_request.ext
  9. !cert_request.ini