ddcprg / prime-number-service

REST service that generates prime numbers
Apache License 2.0
1 stars 0 forks source link

Add Docker image #6

Closed ddcprg closed 6 years ago

ddcprg commented 6 years ago

As a software deployment manager I'd like to be able to deploy the service in a Docker container So I can deploy multiple instances of the service easily

Acceptance Criteria

New module that builds a Docker image with the application. The build will be disabled by default and developers must be able to enable it by activating a Maven profile.