This commit is contained in:
Andras Bacsai
2023-06-12 14:48:21 +02:00
parent 2ae67b8ca9
commit bae8098974
2 changed files with 3 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ curl -fsSL $CDN/docker-compose.prod.yml -o /data/coolify/source/docker-compose.p
curl -fsSL $CDN/.env.production -o /data/coolify/source/.env.production
curl -fsSL $CDN/upgrade.sh -o /data/coolify/source/upgrade.sh
# Copy .env.example if .env does not exist
if [ ! -f /data/coolify/source/.env ]; then
cp /data/coolify/source/.env.production /data/coolify/source/.env