Add support/ in Docker image

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Bu işleme şunda yer alıyor:
Thomas Citharel 2021-04-22 17:28:03 +02:00
ebeveyn ae8fce7289
işleme bdbc473715
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A061B9DDE0CA0773
2 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -15,6 +15,5 @@ Makefile
README.md
SECURITY.md
ssh_match_hostname
support
.js/package-lock.json
js/node_modules

Dosyayı Görüntüle

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