Users are allowed to register now

This includes sending a welcome email.
This commit is contained in:
2016-04-19 07:39:17 +02:00
parent 2e0fc3b772
commit 1240a3c64b
6 changed files with 37 additions and 10 deletions

View File

@@ -7,5 +7,6 @@ RUN pip3 install -r /requirements.txt; \
ADD app /app
VOLUME ["/data"]
VOLUME ["/app/config]
EXPOSE 5000
ENTRYPOINT python3 /app/main.py