Ensure app env is ci when testing

This commit is contained in:
Devon Mackay 2018-07-30 20:25:01 -04:00 committed by dandds
parent e4fd71437e
commit 129db2968b

View File

@ -8,7 +8,9 @@ ARG APP_DIR=/opt/atat/atst
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", "--"]