fix: Generate mnesia folder in Dockerfile
This commit is contained in:
parent
ed89c9ef2c
commit
9b035e89f6
1 changed files with 2 additions and 0 deletions
|
@ -60,4 +60,6 @@ RUN mix phx.digest
|
||||||
|
|
||||||
RUN script/restore-timestamps
|
RUN script/restore-timestamps
|
||||||
|
|
||||||
|
RUN mkdir -p /root/app/priv/
|
||||||
|
|
||||||
CMD elixir --name ${NAME:=legendary}@$(hostname -f) -S mix phx.server
|
CMD elixir --name ${NAME:=legendary}@$(hostname -f) -S mix phx.server
|
||||||
|
|
Loading…
Reference in a new issue