Set environment variable to enable Profiler
This commit is contained in:
parent
13b73067c4
commit
39961b5135
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ RUN pip install -r requirements.txt
|
||||||
FROM base as final
|
FROM base as final
|
||||||
# Enable unbuffered logging
|
# Enable unbuffered logging
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
# Enable Profiler
|
||||||
|
ENV ENABLE_PROFILER=1
|
||||||
|
|
||||||
RUN apt-get -qq update \
|
RUN apt-get -qq update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue