From ba21229c128bf1feeff56180b6b8ac2e2ad4ae82 Mon Sep 17 00:00:00 2001 From: Mahad Kalam <55807755+SkyfallWasTaken@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:25:57 +0000 Subject: [PATCH] fix: docker compose command in readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 364e451..08a9b2a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ $ cp .env.example .env # The only thing you need to set is SEED_USER_API_KEY, which should be your key # Build & run the project -$ docker compose run web --service-ports /bin/bash +$ docker compose run --service-ports web /bin/bash # Now you're inside docker & you can do all the fun rails things... app# bin/rails s -b 0.0.0.0 # this hosts the server on your computer w/ default port 3000 @@ -28,6 +28,3 @@ $ docker compose run web --service-ports /bin/bash # once inside, reset the db app# $ bin/rails db:drop db:create db:migrate db:seed ``` - - -