Dockerfile 179 B

12345
  1. # Welcome to Hue (http://gethue.com) Dockerfile
  2. # Build an image from a remote github or local cloned Hue repository.
  3. FROM gethue/hue:latest
  4. LABEL description="Hue Image for CI"