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
父節點 ae8fce7289
當前提交 bdbc473715
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A061B9DDE0CA0773
共有 2 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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 \