diff --git a/Dockerfile b/Dockerfile index fd4ec685..967c78a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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