ProductManagementSystem icon indicating copy to clipboard operation
ProductManagementSystem copied to clipboard

feat(dockerize): add Dockerfile, docker-compose.yaml and update readme

Open oktak opened this issue 3 years ago • 0 comments

Create Docker image

Issue: #59

  • [x] Docker image is based on openjdk:11.0.11-jre
  • [x] The size of docker image is around 342MB
  • [x] Modified pom.xml, the packaging is now WAR instead of JAR in order to run in docker

oktak avatar Oct 10 '22 09:10 oktak