fix: Change to /app directory before running prisma and node

This commit is contained in:
2026-03-24 13:13:09 -03:00
parent 66db3de33d
commit cf6b5785d7

View File

@@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
set -e set -e
cd /app
# Initialize database if it doesn't exist or schema changed # Initialize database if it doesn't exist or schema changed
echo "Checking database..." echo "Checking database..."