mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-02-23 05:26:46 +00:00
feat(db): add migration script, migrate on each run
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
node migrate.js
|
||||
|
||||
exec node server.js
|
||||
Reference in New Issue
Block a user