Skip to content

Commit

Permalink
Experimental Dockerfile: Fix typo in setup command (#9577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Nov 27, 2023
1 parent 6459562 commit 36eb1d3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 36eb1d3

Please sign in to comment.