Closed ssoriche closed 5 years ago
When starting the metacpan-api container it is executing carton exec on the app.psgi for the Catalyst application. The container start needs to be modified to start the Mojolicious bin/api.pl.
metacpan-api
carton exec
app.psgi
bin/api.pl
This has been fixed in metacpan-api master with Pull Request metacpan/metacpan-api#886
master
When starting the
metacpan-api
container it is executingcarton exec
on theapp.psgi
for the Catalyst application. The container start needs to be modified to start the Mojoliciousbin/api.pl
.