6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while [ ! -f /certs/domain.crt ]; do sleep 1; done
|
|
|
|
exec /entrypoint.sh /etc/docker/registry/config.yml
|