Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Oct 21, 2024
1 parent 22baf10 commit c4bf4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/adding-new-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ With this approach, ondemand will pick up your changes to the docker image immed

!!! note "Moving to production"

When you have finished developing your app, it is recommended to switch to using versioned tags, such as *v0.1.0*, rather than branch names for better reproducibility, and to remove the `image_pull_policy: Always` line, so application launches are not reliant on connectivity to the docker registry.
When you have finished developing your app, it is recommended to switch to using versioned tags, such as *v0.1.0*, rather than branch names, for better reproducibility, and to remove the `image_pull_policy: Always` line, so that application launches are not reliant on connectivity to the docker registry.

0 comments on commit c4bf4df

Please sign in to comment.