Docker configure

This commit is contained in:
2026-04-23 21:02:58 +03:00
parent d87603595a
commit 341f40a02a
8 changed files with 248 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Создаём директорию Mnesia, если не существует
mkdir -p ${MNESIA_DIR}
# Запускаем приложение
exec /app/bin/eventhub foreground