Skip to content

Commit

Permalink
Merge pull request #1096 from PlanoramaEvents/fix-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
balen authored Jun 28, 2024
2 parents 9ede105 + 3162bf9 commit d788fb4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,7 @@ docker volume create --name=node_modules_sidekiq
Then to start the dev docker instances use

```
docker-compose -f docker-compose-dev.yml up
```

alternatively use
```
rake docker:start
# and to stop them
rake docker:stop
docker compose -f docker-compose-dev.yml up
```

You will be able to access the running server via http://localhost:3000 and
Expand Down

0 comments on commit d788fb4

Please sign in to comment.