Devops Java
Devops Java
->in that docker file write the command to run the java file.
->
->after successfully pushing all the files into github ,verify in the github whether all the files have
been added or not
->select git and give all the required details like your repository(which we have created earlier) link
and branch .
->if you have the file not in the master branch then add new branch
->*/<your_branch>
->click on the add build step and select Execute Windows batch command
->and write the docker commands to create the docker image.
->
->later while running the image in the docker desktop if a error regarding the port,try changing the
port numbers here like 8084:3000
->after clicking