🗃️ Committing everything that changed 🗃️

Dockerfile
rootfs/root/docker/setup/03-files.sh
rootfs/tmp/
rootfs/usr/local/etc/docker/init.d/99-nginx.sh
This commit is contained in:
casjay
2024-09-12 18:25:28 -04:00
parent 8973f1128c
commit 90dc720a05
4 changed files with 617 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ fi
unset data
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
[ -d "/etc/nginx" ] && rm -Rf /etc/nginx/*
[ -d "/usr/share/enclosed" ] && rm -Rf "/usr/share/enclosed"
[ -d "/app" ] && mv -f "/app" "/usr/share/enclosed"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -