Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -74,4 +74,4 @@ if (fs.existsSync(dbPath)) { \
|
|
| 74 |
}); \
|
| 75 |
}); \
|
| 76 |
} catch(e) { console.log('Prisma initializing...'); } \
|
| 77 |
-
}" && npm run
|
|
|
|
| 74 |
}); \
|
| 75 |
}); \
|
| 76 |
} catch(e) { console.log('Prisma initializing...'); } \
|
| 77 |
+
}" && npm run dev
|