fix: Generate mnesia folder in Dockerfile

This commit is contained in:
Robert Prehn 2021-05-21 22:45:42 -05:00
parent ed89c9ef2c
commit 9b035e89f6

View file

@ -60,4 +60,6 @@ RUN mix phx.digest
RUN script/restore-timestamps
RUN mkdir -p /root/app/priv/
CMD elixir --name ${NAME:=legendary}@$(hostname -f) -S mix phx.server