diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,10 @@ ENV LC_ALL en_US.UTF-8 WORKDIR "/app" RUN chown nobody /app +# set OTP_ROOT so elixir can find nodes +ENV OTP_ROOT=/app +COPY .hosts.erlang /app/.hosts.erlang + # set runner ENV ENV MIX_ENV="prod" |