mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed missing output when running in Docker, fix GH-117
This commit is contained in:
parent
43ec4c2c9e
commit
de625cc3c2
@ -43,6 +43,8 @@ RUN pip install /usr/src/app
|
|||||||
ENV MALOJA_SKIP_SETUP=yes
|
ENV MALOJA_SKIP_SETUP=yes
|
||||||
ENV MALOJA_HOST=0.0.0.0
|
ENV MALOJA_HOST=0.0.0.0
|
||||||
|
|
||||||
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
EXPOSE 42010
|
EXPOSE 42010
|
||||||
# use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
|
# use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
|
||||||
ENTRYPOINT ["maloja", "run"]
|
ENTRYPOINT ["maloja", "run"]
|
||||||
|
Loading…
Reference in New Issue
Block a user