mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-05-14 04:16:52 +00:00
8 lines
190 B
Docker
8 lines
190 B
Docker
FROM registry:2.7.1
|
|
|
|
ADD ./entrypoint.sh /heroku-entrypoint.sh
|
|
ADD ./config.yml /etc/docker/registry/config.yml
|
|
|
|
ENTRYPOINT ["/heroku-entrypoint.sh"]
|
|
CMD ["/etc/docker/registry/config.yml"]
|