From c9157ff43f5ff8d7e6c2ce6a256c211a161a32d0 Mon Sep 17 00:00:00 2001 From: Izzy Smillie Date: Thu, 8 Dec 2022 09:27:40 +0000 Subject: [PATCH] Add DB setup to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b4bfc5dcf..f71803902 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ From the project directory build the app using docker: docker-compose build ``` +Set up the database: + +``` +docker compose run api rails db:setup +``` + # Running the app Start the application and its dependencies via docker: