update env settings for production and testing

This commit is contained in:
Hayden 2022-02-08 13:38:12 -09:00
commit fbc17b670d
2 changed files with 6 additions and 5 deletions

View file

@ -96,7 +96,7 @@ RUN echo "crfpp-container"
###############################################
FROM python-base as production
ENV PRODUCTION=true
ENV TESTING = false
ENV TESTING=false
# curl for used by healthcheck
RUN apt-get update \