mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 15:32:32 +00:00
Add support/ in Docker image
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ae8fce7289
commit
bdbc473715
2 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,5 @@ Makefile
|
|||
README.md
|
||||
SECURITY.md
|
||||
ssh_match_hostname
|
||||
support
|
||||
.js/package-lock.json
|
||||
js/node_modules
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue