diff --git a/Dockerfile b/Dockerfile index e2ed6c1..fc3f4f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,6 @@ RUN apt-get update \ WORKDIR /app COPY . . -# Install Elixir application dependencies and run Ecto migrations -RUN mix setup - # Compile the application RUN MIX_ENV=prod mix compile