Add support/ in Docker image

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-22 17:28:03 +02:00
parent ae8fce7289
commit bdbc473715
2 changed files with 1 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ COPY priv ./priv
COPY config/config.exs config/prod.exs ./config/
COPY config/docker.exs ./config/runtime.exs
COPY rel ./rel
COPY support ./support
COPY --from=assets ./priv/static ./priv/static
RUN mix phx.digest \