mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
Fix docker build (again)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4d47b73de2
commit
23a94a1124
1 changed files with 2 additions and 1 deletions
|
@ -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