Fix docker build (again)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-03-15 14:57:08 +01:00
parent 4d47b73de2
commit 23a94a1124
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ RUN mix local.hex --force \
COPY lib ./lib
COPY priv ./priv
COPY config/config.exs config/prod.exs config/docker.exs ./config/
COPY config/config.exs config/prod.exs ./config/
COPY config/docker.exs ./config/runtime.exs
COPY rel ./rel
COPY --from=assets ./priv/static ./priv/static