This commit is contained in:
john30
2017-02-04 15:11:29 +01:00
parent 1273db0153
commit 6dbb7a4227
2 changed files with 1 additions and 9 deletions
@@ -32,6 +32,6 @@ RUN mkdir -p /etc/ebusd \
EXPOSE 8888 EXPOSE 8888
COPY docker-entrypoint.sh / COPY runtime/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["-f", "--scanconfig"] CMD ["-f", "--scanconfig"]
@@ -1,8 +0,0 @@
#!/bin/bash
set -e
if [ "${1#-}" != "$1" ]; then
set -- ebusd "$@"
fi
exec "$@"