Go-TestAPI/entrypoint.sh

6 lines
122 B
Bash
Raw Normal View History

2024-06-09 15:46:43 +00:00
#!/bin/sh
# Запуск миграций
./migrations
# Запуск основного приложения
exec ./main