install mysql and java jdk-11 in Dockerfile and run my spring boot jar file in container
I am going to install MySQL and Jdk-11 and run the jar file(spring boot project) on the container. If anyone has experience in this field, please help. Thanks this is my sql config host='localhost', port=3306, user='root', passwd='password', FROM ubuntu RUN…