|
|
|
@ -13,9 +13,6 @@ RUN apt-get update \ |
|
|
|
WORKDIR /app |
|
|
|
WORKDIR /app |
|
|
|
COPY . . |
|
|
|
COPY . . |
|
|
|
|
|
|
|
|
|
|
|
# Install Elixir application dependencies and run Ecto migrations |
|
|
|
|
|
|
|
RUN mix setup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Compile the application |
|
|
|
# Compile the application |
|
|
|
RUN MIX_ENV=prod mix compile |
|
|
|
RUN MIX_ENV=prod mix compile |
|
|
|
|
|
|
|
|
|
|
|
|