Merge pull request #19 from mtwo/patch-2

Enabled Profiler by default on the email service
This commit is contained in:
David Souther 2019-08-01 17:58:12 -04:00 committed by GitHub
commit b99b52c822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ RUN pip install -r requirements.txt
FROM base as final
# Enable unbuffered logging
ENV PYTHONUNBUFFERED=1
# Enable Profiler
ENV ENABLE_PROFILER=1
RUN apt-get -qq update \
&& apt-get install -y --no-install-recommends \