We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60102f5 commit 9e655c7Copy full SHA for 9e655c7
docs/develop/backend-hot-reload.md
@@ -24,4 +24,4 @@ skaffold dev
24
25
This will deploy Browsertrix into the cluster and port forward the API with hot reloading.
26
Navigate to `localhost:8000/api/redoc` to see the documentation.
27
-Changing any code in `backend/btrixcloud` will trigger a reload.
+Changing any code in `backend/btrixcloud` will trigger a reload.
skaffold.yaml
@@ -43,4 +43,4 @@ deploy:
43
- --host
44
- "0.0.0.0"
45
- --port
46
- - "8000"
+ - "8000"
0 commit comments