diff --git a/elixir/Dockerfile b/elixir/Dockerfile index bf512a483..200c1e8a2 100644 --- a/elixir/Dockerfile +++ b/elixir/Dockerfile @@ -326,4 +326,4 @@ USER default # Tini would become an entrypoin script and would take care of zombie reaping no matter how you start the VM. ENTRYPOINT ["/sbin/tini", "--"] -CMD bin/server +CMD ["bin/server"]