Rename dev-config.yml and example-config.yml to config-dev.yml and config-example.yml

Better for sort order.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2015-07-30 15:51:50 -07:00
parent 0304ab09cf
commit 6c2ef78aa7
5 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ ENV DOCKER_BUILDTAGS include_rados
WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
COPY cmd/registry/dev-config.yml $DISTRIBUTION_DIR/cmd/registry/config.yml
COPY cmd/registry/config-dev.yml $DISTRIBUTION_DIR/cmd/registry/config.yml
RUN make PREFIX=/go clean binaries
VOLUME ["/var/lib/registry"]