Ruby Service TemplateThis repository is a template for Code Valet backend services.Makefile targetsPackaging targetscontainerCreate the Docker container for the service.Miscellaneous targetsallDefault task, typically for building the container and running verification tasks.cleanRemove built files and containersrunRun a local version of the service on port 9292Verification targetsanalyzeRun Rubocop static analysis.checkRun all the verification tasks.check-containerValidate that the built container is valid.cucumberRun Cucumber acceptance tests.specRun RSpec unit tests.