Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit d2e307d

Browse files
committed
Update entrypoint script
- Quick fix to run the movine init.
1 parent 6619bcb commit d2e307d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run_dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

33
# postgres is just starting up, may not accept connections right away
4-
sleep 1
4+
sleep 5
55
# Run database migration fixes
6+
movine init
67
movine status
78
movine fix
89

0 commit comments

Comments
 (0)