You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the offending line is the following:
if [ "$1"="nginx"-o"$1"="nginx-debug" ];then
...
fi
And since we are starting this container with "/bin/bash /scripts/start_nginx_certbot.sh" this is never triggered.
I will see how this is easiest fixed.
The text was updated successfully, but these errors were encountered:
This is perhaps best to include already in the Dockerfile, where we replace this line with a nice sed command that will fail in case the parent container change their script too much.
It looks like the offending line is the following:
And since we are starting this container with "
/bin/bash /scripts/start_nginx_certbot.sh
" this is never triggered.I will see how this is easiest fixed.
The text was updated successfully, but these errors were encountered: