Skip to content

chore: personalize heading + share message for learning (do not merge)#100

Draft
JsonCMorgan wants to merge 2 commits intodocker:mainfrom
JsonCMorgan:main
Draft

chore: personalize heading + share message for learning (do not merge)#100
JsonCMorgan wants to merge 2 commits intodocker:mainfrom
JsonCMorgan:main

Conversation

@JsonCMorgan
Copy link

What

  • Update <h1> copy in src/App.js
  • Tweak shareMessage string

Why

Hands-on practice with the Git + GitHub + Docker workflow:
local edit → build → run → commit → push → PR.
(Not intended for upstream merge—training only.)

How I tested

  • Rebuilt image: docker build -t welcome-to-docker .
  • Ran new container: docker run -d -p 8089:3000 --name welcome-to-docker-local welcome-to-docker
  • Verified updated heading at http://localhost:8089

Notes

  • UI text only; no logic or deps changed.

@JsonCMorgan JsonCMorgan marked this pull request as draft September 10, 2025 02:03
### What
- Update `<title>` in `public/index.html` to "Jason - Docker Lab 01"

### Why
- Practice clean branch → PR → squash-merge workflow within my fork.

### How I tested
- Rebuilt image: `docker build -t welcome-to-docker .`
- Ran container: `docker run -d -p 8089:3000 --name welcome-to-docker-local welcome-to-docker`
- Verified new title at http://localhost:8089

### Notes
- UI text only; no logic or dependencies changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments