mcruzdev / free-programming-ebooks

2 stars 2 forks source link

Add a Dockerfile to create a container for backend application #17

Closed mcruzdev closed 2 years ago

mcruzdev commented 2 years ago

Create a Dockerfile packaging the SpringBoot application inside a container.

ujwalkumar1995 commented 2 years ago

Hey @mcruzdev. Are you just looking to containerize the backend application by copying the jar files inside the docker container and exposing the port? Or it something extra you are looking for here?

mcruzdev commented 2 years ago

Hello @ujwalkumar1995,

Yes, just it... should be simple!

After we will add GithubActions.

mcruzdev commented 2 years ago

The result should be the backend application running into container

mcruzdev commented 2 years ago

Closed by #21