fix: Create priv folder for mnesia in docker image

This commit is contained in:
Robert Prehn 2021-09-26 16:52:26 -05:00
parent d0ce7f2dee
commit c5bd8de632
2 changed files with 3 additions and 0 deletions

View file

@ -3,3 +3,5 @@ cover
*.dump
.journal-*
.git
.priv/mnesia*

View file

@ -18,6 +18,7 @@ WORKDIR /root/app
# We load these things one by one so that we can load the deps first and
# cache those layers, before we do the app build itself
ADD ./priv/ ./
ADD ./mix.exs ./mix.lock ./
ADD ./config ./config
ADD ./apps/admin/mix.exs ./apps/admin/