Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 3685:36849fb5c854
plugin XEP-0054: fix wrongly used `await`:
`_checkAvatarHash` was incorrectly awaited. This method is only called once, the code has
been moved directly to `update`.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 10:30:43 +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