diff --git a/Dockerfile b/Dockerfile index 36727c8..3beae6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,6 @@ RUN mix phx.gen.secret COPY . ./ # App Port -EXPOSE 4000 \ No newline at end of file +EXPOSE 4000 + +ENTRYPOINT [ "mix", "phx.server" ] \ No newline at end of file