Update ERL_FLAGS in Dockerfile

This commit is contained in:
Jonatan Kłosko 2023-07-13 12:29:46 +02:00
parent de2fc2f93a
commit 868f492650

View file

@ -19,8 +19,7 @@ WORKDIR /app
# information.
#
# [1]: https://github.com/erlang/otp/pull/6340
ENV ERL_FLAGS="+JPperf true"
# TODO: use "+JMsingle true" on OTP 26
ENV ERL_FLAGS="+JMsingle true"
# Install hex and rebar
RUN mix local.hex --force && \