doc: update Docker commands and application URL in contributing guide#356
Merged
calvadev merged 2 commits intoshopstr-eng:mainfrom Apr 6, 2026
Merged
doc: update Docker commands and application URL in contributing guide#356calvadev merged 2 commits intoshopstr-eng:mainfrom
calvadev merged 2 commits intoshopstr-eng:mainfrom
Conversation
|
@wolgwang1729 is attempting to deploy a commit to the shopstr-eng Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the contributing guide to reflect current Docker Compose CLI usage and the app’s actual local development URL/port, while streamlining environment setup.
Changes:
- Replaced deprecated
docker-composecommands withdocker compose. - Updated localhost URL references from port
3000to5000. - Added a template-based
.envsetup path (cp env.example .env) with a manual fallback.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
calvadev
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
contributing.mdfrom deprecateddocker-composeto moderndocker composesyntax:docker compose up -ddocker compose downdocker compose down -vhttp://localhost:3000tohttp://localhost:5000to match the project dev script (next dev -p 5000).cp env.example .envas the primary setup path..envcreation instructions as a fallback.Impact:
zsh: command not found: docker-composeerrors for contributors using newer Docker installations.env.example.Resolved or fixed issue
none
Screenshots (if applicable)
N/A (documentation-only change; no UI updates)
Affirmation