The purpose of this repo is to serve as a Rails basic setup with a local Docker environment.
- Copy the
example.env
env file to.env
. - Update your container user vars in
.env
to values returned by your system'sid
command. - run
docker-compose --rm app ./bin/setup
. - Profit.