mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Bump version
This commit is contained in:
parent
2896f94e8d
commit
d36346033b
@ -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"]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user