view docker/libervia-web-dev-demo/Dockerfile @ 4323:a8bceb29b1ff

core (memory/params): set default resource priority to 0: Priority was historically set to 50 to follow behaviour of other clients at the time, but it's nowadays a legacy feature, and a non zero value can cause trouble if message carbon is not used.
author Goffi <goffi@goffi.org>
date Wed, 20 Nov 2024 11:28:23 +0100
parents f25442794e11
children
line wrap: on
line source

ARG REVISION
FROM libervia/web:${REVISION:-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