Skip to content
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

Experimental Dockerfile: Fix typo in setup command #9577

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Changes from 1 commit
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
Next Next commit
Experimental Dockerfile: Fix typo in setup command
  • Loading branch information
Tobbe committed Nov 27, 2023
commit 7a76c7b5fd3050f81f2430b280debeadf6f72b32
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export async function handler({ force }) {
"Lastly, ensure you have Docker. If you don't, see https://docs.docker.com/desktop/",
'',
"There's a lot in the Dockerfile and there's a reason for every line.",
'Be sure to check ou the docs: https://redwoodjs.com/docs/docker',
'Be sure to check out the docs: https://redwoodjs.com/docs/docker',
].join('\n')
)
} catch (e) {
Expand Down
Loading