SpringBoot Backend App, where users can add a Job, add company and a review of the company.
Build docker image using buildpack , which is available as a part of spring-boot-maven-plugin plugin.
./mvnw spring-boot:build-image "-Dspring-boot.build-image.imageName=syadavgit/jobappimage"docker logindocker run -p 8080:8080 syadavgit/jobappimagedocker run -d -p 8080:8080 syadavgit/jobappimagedocker logs 72ddc7f1f2ad(container id)Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.