We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6cb354 + c9cdd81 commit f81e413Copy full SHA for f81e413
Dockerfile
@@ -24,4 +24,4 @@ USER metacpan-api:users
24
25
EXPOSE 5000
26
27
-CMD ["carton", "exec", "plackup", "-p", "5000", "-r"]
+CMD [ "./wait-for-it.sh", "db:5432", "carton", "exec", "morbo", "-l", "http://*:5000", "-w", "root", "./bin/api.pl"]
0 commit comments