mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Fix Ports
This commit is contained in:
parent
889976dc9b
commit
339107fd08
@ -8,7 +8,7 @@ ENV FLASK_APP=nopaque.py
|
|||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 5000
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
@ -34,9 +34,6 @@ RUN python -m venv venv \
|
|||||||
&& mkdir logs
|
&& mkdir logs
|
||||||
|
|
||||||
|
|
||||||
VOLUME ["/home/nopaque/logs", "/home/nopaque/migrations"]
|
|
||||||
|
|
||||||
|
|
||||||
COPY ["docker-entrypoint.sh", "/usr/local/bin/"]
|
COPY ["docker-entrypoint.sh", "/usr/local/bin/"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user