• Dev environment
  • Create a "Dockerfile.dev" file to run in local machine
  • Create a "docker-compose.yml" file to build an image and start multiple containers
  • Run the app
  • Prod environment
  • Create a "Dockerfile" file to run in the server
  • Run the app