diff --git a/Dockerfile b/Dockerfile index df331fb..d3a01f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,11 @@ EOT USER metacpan +################### Production Server +FROM develop AS test + +CMD [ "prove", "-r", "-l", "-j", "2", "t" ] + ################### Production Server FROM server AS production