reg/vendor/github.com/docker/distribution/contrib/compose/nginx/Dockerfile

7 lines
227 B
Docker
Raw Normal View History

FROM nginx:1.7
COPY nginx.conf /etc/nginx/nginx.conf
COPY registry.conf /etc/nginx/conf.d/registry.conf
COPY docker-registry.conf /etc/nginx/docker-registry.conf
COPY docker-registry-v2.conf /etc/nginx/docker-registry-v2.conf