Moved Doorparty out into its own container

This commit is contained in:
Deon George
2021-03-16 20:59:44 +11:00
parent 4ede70a917
commit 57c3e5149a
7 changed files with 39 additions and 195 deletions

1
init
View File

@@ -43,6 +43,5 @@ if [ -n "$1" ]; then
else
# Start Supervisord
echo "* Starting supervisord"
mkdir /run/sshd
exec /usr/bin/supervisord -nc /etc/supervisor/supervisord.conf
fi