flavors/pleroma/files/run-pleroma

4 lines
76 B
Bash
Executable file

#!/usr/bin/env bash
cd /app/pleroma;
mix ecto.migrate;
exec mix phx.server;