npedidos / rest-api

NPedidos es una aplicación que permite la gestión simple de pedidos de menús de comidas, por fechas.
MIT License
8 stars 16 forks source link

Dockerize Spring Boot app #36

Closed naXa777 closed 1 year ago

naXa777 commented 1 year ago

Let's create Dockerfile and Docker compose file for your application. I hope that this change will simplify project setup (goal: a single command to build, run, seed test data in db, everything you need) and also simplify project deployment to any cloud service that supports Docker. also Docker is a solution to the well-known problem, when project works fine on a developer's machine, but unexpectedly breaks in a new environment.

please assign me.

nmarulo commented 1 year ago

Ok, sounds great, thanks