Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 15, 2024
1 parent 4c1de9a commit 193b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Once you have cloned the repository and have Docker installed follow the follwin
- Run `docker compose build` to build. It will build the images.
- Run `docker compose run --rm web bin/setup` to create and setup the database.
- Run `docker compose up` to start the application.
Since the local code from your host machine is mounted in the docker container, any change made in the code will be directly reflected. You don't need to rebuild you container.
Since the local code from your host machine is mounted in the docker container, any change made locally will be directly reflected. You don't need to rebuild the container.

## Deployment
- Heroku
Expand Down

0 comments on commit 193b21b

Please sign in to comment.