-
Notifications
You must be signed in to change notification settings - Fork 20
Dockerize
Vinicius Zucatti edited this page Oct 25, 2021
·
5 revisions
- Docker version 20.10.5
- Composer version 1.29.2
Build the container
docker-compose up --build
Create a database and run the migrations
docker exec -it gamou_app rails db:create
docker exec -it gamou_app rails db:migrate
docker-compose up
This is an experimental setup, if you have troubleshootings please open an issue.