-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Contributor Documentation #1171
Conversation
❌ pre-commit failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docker compose command needs to be updated
backend/README.md
Outdated
@@ -2,19 +2,26 @@ | |||
|
|||
## Backend Development Setup | |||
|
|||
### Local Database | |||
|
|||
In root directory, run | |||
`docker compose up backend-dev --build --attach-dependencies` to start a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new command is:
docker compose up --profile backend-dev up --build --attach-dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, updated.
Head branch was pushed to by a user without write access
❌ pre-commit failed. |
❌ pre-commit failed. |
Issue #1161