Docker configure
This commit is contained in:
8
docker/docker-entrypoint.sh
Normal file
8
docker/docker-entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Создаём директорию Mnesia, если не существует
|
||||
mkdir -p ${MNESIA_DIR}
|
||||
|
||||
# Запускаем приложение
|
||||
exec /app/bin/eventhub foreground
|
||||
Reference in New Issue
Block a user