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