added Dockerfile for latest release

This commit is contained in:
john30
2017-02-18 14:44:56 +01:00
parent 64be012cb1
commit 3bed9a0b49
2 changed files with 33 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
if [ "${1#-}" != "$1" ]; then
set -- ebusd "$@"
fi
exec "$@"