mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-12 04:00:15 +01:00
7 lines
82 B
Bash
7 lines
82 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo 'Runing migrations...'
|
||
|
migrate up
|
||
|
|
||
|
echo 'Start application...'
|
||
|
api
|