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
Is there any way to detect if nginx is already installed before doing the apt-get update and apt-get install nginx? I'm fairly new to dokku, so I'm not sure if a completely new docker container gets started on every push or it uses the existing one. I'm guessing if it's a new docker container, there's no way around this, but just checking.