mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Didn't actually mean to reset this
This commit is contained in:
parent
d81f8374c9
commit
3cb72f46bc
@ -30,9 +30,10 @@ COPY . .
|
|||||||
|
|
||||||
RUN pip install /usr/src/app
|
RUN pip install /usr/src/app
|
||||||
|
|
||||||
# Docker-specific configuration and default to IPv4
|
# Docker-specific configuration
|
||||||
|
# defaulting to IPv4 is no longer necessary (default host is dual stack)
|
||||||
ENV MALOJA_SKIP_SETUP=yes
|
ENV MALOJA_SKIP_SETUP=yes
|
||||||
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
|
||||||
|
@ -30,9 +30,10 @@ COPY . .
|
|||||||
|
|
||||||
RUN pip install /usr/src/app
|
RUN pip install /usr/src/app
|
||||||
|
|
||||||
# Docker-specific configuration and default to IPv4
|
# Docker-specific configuration
|
||||||
|
# defaulting to IPv4 is no longer necessary (default host is dual stack)
|
||||||
ENV MALOJA_SKIP_SETUP=yes
|
ENV MALOJA_SKIP_SETUP=yes
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user