发布应用 Dify 0.15.3

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-02-24 11:23:56 +08:00
parent b3764df27f
commit 50794e2bac
34 changed files with 4 additions and 4 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi