Mercurial > libervia-backend
view docker/libervia-web-dev-demo/Dockerfile @ 4017:4a2c261646b6
component AP gateway: add mention to direct messages:
when a direct (not public) message is sent to AP peer, a mention should be present
otherwise the peer won't receive a notification in most AP implementation (notably
Mastodon).
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 20 Mar 2023 11:47:13 +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