diff --git a/wger/Dockerfile b/wger/Dockerfile index 6f3391ffc..b1b9ae44d 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -83,7 +83,8 @@ RUN chmod 777 /.bashio-standalone.sh USER wger -#CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT ["/usr/bin/env"] +CMD ["/ha_entrypoint.sh"] ############ # 5 Labels #