Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 3567:a240748ed686
app manager (docker/weblate): add `WEBLATE_ENABLE_HTTPS`:
The value can be set in `libervia.conf` with `weblate_enable_https`. It defaults to "1".
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 14 Jun 2021 12:19:21 +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