view docker/libervia-web-dev-demo/Dockerfile @ 3530:fad3b3ffa8fe

plugin XEP-0050: show notes when there is a data form on completed command: Notes are now added on completed command, as text widgets.
author Goffi <goffi@goffi.org>
date Wed, 05 May 2021 15:37:33 +0200
parents db0f4d419448
children 0ffaa231138c
line wrap: on
line source

FROM libervia/web:dev

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