config/runtime.exs and secrets, you may want to copy those too:
{
"scripts": {
"setup": "cp $CONDUCTOR_ROOT_PATH/.env . && mix deps.get && mix ecto.setup",
"run": "PORT=$CONDUCTOR_PORT mix phx.server",
"archive": ""
}
}
config/runtime.exs and secrets, you may want to copy those too:
{
"scripts": {
"setup": "cp $CONDUCTOR_ROOT_PATH/.env . && cp $CONDUCTOR_ROOT_PATH/config/dev.secret.exs config/dev.secret.exs && mix deps.get && mix ecto.setup",
"run": "PORT=$CONDUCTOR_PORT mix phx.server",
"archive": ""
}
}