-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update Develop with containers (and) CONTRIBUTING.MD #23987
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -97,7 +97,13 @@ The greeting at the top of the page is populated by an API call at `/api/greetin | |
| }; | ||
| ``` | ||
|
|
||
| 3. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. | ||
| 3. Save the file if you haven't done so yet, then run the following command again: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With SO! It looks like you've found a bug. I'll take this to the Compose team to figure out what's going on. |
||
|
|
||
| ```console | ||
| $ docker compose watch | ||
| ``` | ||
|
|
||
| If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. | ||
|
|
||
|  | ||
|
|
||
|
|
||
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.
Looks like it still copies the '$', but it does that for all the commands on that page 🤔
Probs a github issue rather than us