This commit is contained in:
holzi1005 2024-12-08 19:34:01 +01:00
parent 548f07fbbe
commit df1e6f3aa8

View file

@ -90,6 +90,9 @@ echo --------- 3. Build Docker Compose File ---------------------
echo ------------------------------------------------------------
echo ""
touch .env
touch .env.custom
if [ -f .env.local ]; then
rm .env.local
fi