This commit is contained in:
hackerESQ
2025-01-25 18:35:18 -06:00
parent bc34519a26
commit e0b5610d90
+2
View File
@@ -6,6 +6,8 @@ echo -e "\n====================== Running entrypoint script... ================
if [ ! -f ".env" ]; then
echo " > Ope, gotta create an .env file!"
[ -d ".env" ] && rm -rf .env
cp .env.example .env
fi