mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-07 09:22:57 +02:00
refactor docker compose
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Waiting for mysql"
|
||||
/wait || exit 111
|
||||
|
||||
echo "Running migrations"
|
||||
npx prisma migrate dev
|
||||
|
||||
echo "Starting map ui"
|
||||
exec node src/index.js ${MAP_OPTS}
|
||||
Reference in New Issue
Block a user