mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Update ERL_FLAGS in Dockerfile
This commit is contained in:
parent
de2fc2f93a
commit
868f492650
1 changed files with 1 additions and 2 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue