Fix Ports

This commit is contained in:
Patrick Jentsch 2020-04-20 10:40:10 +02:00
parent 889976dc9b
commit 339107fd08

View File

@ -8,7 +8,7 @@ ENV FLASK_APP=nopaque.py
ENV LANG=C.UTF-8
EXPOSE 8000
EXPOSE 5000
RUN apt-get update \
@ -34,9 +34,6 @@ RUN python -m venv venv \
&& mkdir logs
VOLUME ["/home/nopaque/logs", "/home/nopaque/migrations"]
COPY ["docker-entrypoint.sh", "/usr/local/bin/"]