fix: blob-reap entrypoint sets up config

This commit is contained in:
Ethan Mosbaugh
2024-10-08 13:22:47 -07:00
parent c0fec69508
commit 0de81aefb5

View File

@@ -8,5 +8,5 @@ ADD ./garbage-collect.sh /garbage-collect.sh
# entrypoint.sh will copy config.tmpl.yml to config.yml and replace variables
RUN rm -f /etc/docker/registry/config.yml
ENTRYPOINT ["/garbage-collect.sh"]
CMD ["/etc/docker/registry/config.yml"]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/garbage-collect.sh"]