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. # information.
# #
# [1]: https://github.com/erlang/otp/pull/6340 # [1]: https://github.com/erlang/otp/pull/6340
ENV ERL_FLAGS="+JPperf true" ENV ERL_FLAGS="+JMsingle true"
# TODO: use "+JMsingle true" on OTP 26
# Install hex and rebar # Install hex and rebar
RUN mix local.hex --force && \ RUN mix local.hex --force && \