We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af5258 commit 264a299Copy full SHA for 264a299
install/documenso-install.sh
@@ -71,7 +71,12 @@ export TURBO_CACHE=1
71
export NEXT_TELEMETRY_DISABLED=1
72
export CYPRESS_INSTALL_BINARY=0
73
export NODE_OPTIONS="--max-old-space-size=4096"
74
+$STD turbo prune --scope=@documenso/remix --docker
75
+cd out
76
+cp -r json/* .
77
+cp package-lock.json .
78
$STD npm ci
79
+cp -r full/* .
80
$STD turbo run build --filter=@documenso/remix
81
$STD npm run prisma:migrate-deploy
82
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
0 commit comments