Bump version

This commit is contained in:
Patrick Jentsch 2020-04-06 09:46:09 +02:00
parent 2896f94e8d
commit d36346033b

View File

@ -1,7 +1,14 @@
FROM python:3.6-slim-stretch
LABEL maintainer="inf_sfb1288@lists.uni-bielefeld.de"
ENV FLASK_APP=nopaque.py
ENV LANG=C.UTF-8
EXPOSE 5000
RUN apt-get update \
@ -27,7 +34,6 @@ RUN python -m venv venv \
&& mkdir logs
EXPOSE 5000
VOLUME ["/home/nopaque/logs", "/home/nopaque/migrations"]