Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 3559:c8d980d694a7
plugin nat port: rename file to `plugin_misc_nat_port.py` to make the name valid
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jun 2021 18:39:13 +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