mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: new storage architecture
This commit is contained in:
@@ -7,8 +7,12 @@ else
|
||||
echo "[WARN] No TZ provided, using default container timezone"
|
||||
fi
|
||||
|
||||
pnpm run start
|
||||
#node server.js
|
||||
# Start tusd as background process
|
||||
mkdir -p /app/private/uploads
|
||||
echo "▶ Starting tusd server..."
|
||||
tusd --dir /app/private/uploads --hooks-http http://localhost:80/api/tus/hooks --port 1080 &
|
||||
|
||||
node server.js
|
||||
|
||||
exec "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user