Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<title>Welcome to Docker</title>
<title>Jason — Docker Lab 01</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const App = () => {
<div className="App">
<Confetti />
<header className="App-header">
<h1 style={{ marginBottom: "0px" }}>Congratulations!!!</h1>
<h1 style={{ marginBottom: "0px" }}>Boom!!! Jason's Docker build - first blood</h1>
<p style={{ marginTop: "10px", marginBottom: "50px" }}>
You ran your first container.
</p>
Expand Down