mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-02-14 16:59:51 +00:00
fix: blob-reap entrypoint sets up config
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user