feat: remove the default nginx site in built images

This is confusing for users and shouldn't really ever exist.
This commit is contained in:
Jose Diaz-Gonzalez
2023-02-16 14:49:13 -05:00
parent ba06bac1b9
commit 197bd0c864

View File

@@ -56,6 +56,7 @@ echo '--> Install dependencies for dokku from new repository'
apt-get -y clean
apt-get -y update
apt-get -y install "${dokku_pkgs[@]}"
rm -f /etc/nginx/sites-enabled/default
echo '--> Pre-cache dokku bits that are must run on boot'
apt-get -y clean