Skip to content

Commit

Permalink
Add jperf erlang flag to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Oct 24, 2023
1 parent f462874 commit bc70b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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 ./
RUN mix deps.get --only $MIX_ENV
Expand Down

0 comments on commit bc70b4f

Please sign in to comment.