Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 4097:0f6fd28fde0d
component file sharing: fix method name case:
`render_OPTIONS` is a method inherited from Twisted, name has been put to lowercase
following massive refactoring, resulting in the method not being called anymore. This
patch fixes it.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 22 Jun 2023 15:45:20 +0200 |
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