fix: Create priv folder for mnesia in docker image
This commit is contained in:
parent
d0ce7f2dee
commit
c5bd8de632
2 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,5 @@ cover
|
||||||
*.dump
|
*.dump
|
||||||
.journal-*
|
.journal-*
|
||||||
.git
|
.git
|
||||||
|
|
||||||
|
.priv/mnesia*
|
||||||
|
|
|
@ -18,6 +18,7 @@ WORKDIR /root/app
|
||||||
|
|
||||||
# We load these things one by one so that we can load the deps first and
|
# 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
|
# cache those layers, before we do the app build itself
|
||||||
|
ADD ./priv/ ./
|
||||||
ADD ./mix.exs ./mix.lock ./
|
ADD ./mix.exs ./mix.lock ./
|
||||||
ADD ./config ./config
|
ADD ./config ./config
|
||||||
ADD ./apps/admin/mix.exs ./apps/admin/
|
ADD ./apps/admin/mix.exs ./apps/admin/
|
||||||
|
|
Loading…
Reference in a new issue