remove all references to tornado

This commit is contained in:
dandds
2018-08-06 13:25:36 -04:00
committed by richard-dds
parent 2234812019
commit b9f4a4be71
10 changed files with 11 additions and 144 deletions

View File

@@ -10,7 +10,6 @@ ARG CIBUILD=true
ENV APP_DIR "${APP_DIR}"
ENV FLASK_ENV ci
ENV SKIP_PIPENV true
ENV TORNADO_ENV ci
# Use dumb-init for proper signal handling
ENTRYPOINT ["/usr/bin/dumb-init", "--"]