Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 3648:71cfe9334f73
bridge (dbus/frontend): reintrospect signature in case of guess error:
When a "Unable to guess signature […]" `ValueError` is raised during a method call, the
signatures are re-introspected. This should fix this issue when a frontend is launched
just after to the backend (this happens notably with tests).
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Sep 2021 11:16:21 +0200 |
parents | 0ffaa231138c |
children | f25442794e11 |
line wrap: on
line source
ARG REVISION=dev FROM libervia/web:${REVISION} LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" ARG DEBIAN_FRONTEND=noninteractive USER root COPY --chown=root:root libervia.conf /etc/libervia.conf WORKDIR /home/libervia USER libervia