Merge pull request #7282 from dokku/skip-keyfile

Skip ssh key setup when starting docker image
This commit is contained in:
Jose Diaz-Gonzalez
2024-10-19 04:02:45 -04:00
committed by GitHub

View File

@@ -89,6 +89,9 @@ main() {
dokku --quiet domains:set-global "$DOKKU_HOSTNAME"
fi
echo "dokku dokku/skip_key_file boolean true" | debconf-set-selections
echo "dokku dokku/key_file string /root/.ssh/id_rsa.pub" | debconf-set-selections
NGINX_ROOT="/etc/nginx"
if [[ -x /usr/bin/openresty ]]; then
NGINX_ROOT="/usr/local/openresty/nginx/conf"