Mercurial > libervia-backend
view docker/libervia/Dockerfile @ 3444:10942a6eca8a
contrat social: updated English translation's formulation about censorship:
the new formulation is a translation of the new formulation in original French version.
This has been requested at annual general meeting of 2019-11-23
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 10 Dec 2020 10:27:59 +0100 |
parents | 2da32cdf4e53 |
children |
line wrap: on
line source
FROM salutatoi/sat LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" ARG DEBIAN_FRONTEND=noninteractive USER root RUN apt-get install -y --no-install-recommends yarnpkg WORKDIR /home/sat USER sat RUN cd /src && hg clone https://repos.goffi.org/libervia && \ ~/sat_env/bin/pip install -e libervia && \ mv libervia/libervia.egg-info ~/sat_env/lib/python3.*/site-packages RUN ./entrypoint.sh \ # we build here to avoid re-downloading node modules or other browser # dependencies on each run libervia fg -- --build-only && \ sat stop EXPOSE 8080 8443 ENTRYPOINT ["libervia"] CMD ["fg"]