We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f462874 commit bc70b4fCopy full SHA for bc70b4f
Dockerfile
@@ -14,6 +14,8 @@ RUN mix local.hex --force && \
14
# set build ENV
15
ENV MIX_ENV="prod"
16
17
+ENV ERL_FLAGS="+JPperf true"
18
+
19
# install mix dependencies
20
COPY mix.exs mix.lock ./
21
RUN mix deps.get --only $MIX_ENV
0 commit comments