Users are allowed to register now
This includes sending a welcome email.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user