Browse Source

Remove `mix setup` from runtime Dockerfile

master
buttercat1791 2 months ago
parent
commit
adc16bdf93
  1. 3
      Dockerfile

3
Dockerfile

@ -13,9 +13,6 @@ RUN apt-get update \ @@ -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

Loading…
Cancel
Save