forked from potsda.mn/mobilizon
Fix docker build (again)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4d47b73de2
commit
23a94a1124
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue