Skip to content

Commit bc70b4f

Browse files
committed
Add jperf erlang flag to dockerfile
1 parent f462874 commit bc70b4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN mix local.hex --force && \
1414
# set build ENV
1515
ENV MIX_ENV="prod"
1616

17+
ENV ERL_FLAGS="+JPperf true"
18+
1719
# install mix dependencies
1820
COPY mix.exs mix.lock ./
1921
RUN mix deps.get --only $MIX_ENV

0 commit comments

Comments
 (0)