mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user