5 lines
76 B
Text
5 lines
76 B
Text
|
#!/usr/bin/env bash
|
||
|
cd /app/pleroma;
|
||
|
mix ecto.migrate;
|
||
|
exec mix phx.server;
|