9 lines
116 B
Bash
9 lines
116 B
Bash
#!/bin/sh
|
|
|
|
/bin/sh /entrypoint/gen-cert.sh
|
|
|
|
# Run the CMD that was passed (or default)
|
|
exec "$@"
|
|
|
|
tail -f /dev/null
|