Skip to content

Commit f886a19

Browse files
authored
Merge pull request #33 from bohdancho/main
docs(core): add curl to requirements for rollbacks
2 parents d4aca34 + 169f534 commit f886a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/content/docs/core/applications/rollbacks.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Rollbacks are a powerful feature that allows you to easily revert changes to you
99
## Requirements
1010

1111
1. Have a `/health` endpoint in your application.
12+
2. Have `curl` available in your container (if you use alpine for example, it won't be installed by default).
1213

1314
## Steps to Rollback
1415

0 commit comments

Comments
 (0)