Go-TestAPI/entrypoint.sh

6 lines
122 B
Bash
Executable File

#!/bin/sh
# Запуск миграций
./migrations
# Запуск основного приложения
exec ./main