refactor: reorganize with some changes the docker images and manage.sh

This commit is contained in:
Andrey Antukh 2019-06-03 16:53:31 +02:00
parent 3b648f5aa5
commit a2c41cf9a7
20 changed files with 321 additions and 198 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
echo "UXBOX Docker entrypoint initialization..."
exec "$@"