Skip to content

kouheiFujii/rails7-on-docker

Repository files navigation

Rails 7 on Docker application

This application is demonstration Rails 7 with mysql, all runninng Docker.

Setup

$ make build

$ make db.create

$ make start

Test

$ make test

Lint

$ make lint