Fixed missing output when running in Docker, fix GH-117

This commit is contained in:
krateng 2022-04-21 17:46:25 +02:00
parent 43ec4c2c9e
commit de625cc3c2
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ RUN pip install /usr/src/app
ENV MALOJA_SKIP_SETUP=yes
ENV MALOJA_HOST=0.0.0.0
ENV PYTHONUNBUFFERED=1
EXPOSE 42010
# use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
ENTRYPOINT ["maloja", "run"]