@ -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