ProductManagementSystem
ProductManagementSystem copied to clipboard
feat(dockerize): add Dockerfile, docker-compose.yaml and update readme
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