Skip to content

Commit 012a534

Browse files
authored
Merge pull request #1074 from TuroYT/add-snowshare
fix snowshare don't build
2 parents 139556d + 396f138 commit 012a534

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/snowshare-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ NEXTAUTH_SECRET="$(openssl rand -base64 32)"
4444
ALLOW_SIGNUP=true
4545
NODE_ENV=production
4646
EOF
47+
set -a
48+
source /opt/snowshare.env
49+
set +a
4750
$STD npx prisma generate
4851
$STD npx prisma migrate deploy
4952
$STD npm run build

0 commit comments

Comments
 (0)