Enabled perf profiler for erlang JIT

This commit is contained in:
Kieran Eglin 2024-03-22 23:34:56 -07:00
parent ccae3366a5
commit b18c305957

View file

@ -39,6 +39,7 @@ RUN mix local.hex --force && \
# set build ENV
ENV MIX_ENV="prod"
ENV ERL_FLAGS="+JPperf true"
# install mix dependencies
COPY mix.exs mix.lock ./