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.
2 parents 1b8558f + ec08ba2 commit 381cae5Copy full SHA for 381cae5
1 file changed
scripts/docker-entrypoint.sh
@@ -5,6 +5,9 @@ echo "🔧 Code Glue startup..."
5
6
cd /work
7
8
+# Ensure /data directory exists
9
+mkdir -p /data
10
+
11
# Run database migrations using drizzle-kit
12
echo "📦 Running database migrations..."
13
(cd /work/apps/server && export DATABASE_URL="file:/data/synapse_storage.db" && npx drizzle-kit migrate)
0 commit comments