Skip to content

Commit

Permalink
add test Dockerfile target
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 10, 2024
1 parent ba5a7b3 commit 9e49087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e49087

Please sign in to comment.