Commit d2beba0
fix: add background execution to python http server example
Add '&' to run python3 in background so users can execute
the docker run command in the same terminal session.
Add 'kill %1' to stop the HTTP server after the example.
Fixes #55581 parent 769e75a commit d2beba0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1292 | 1292 | | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | | - | |
| 1295 | + | |
1296 | 1296 | | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | 1300 | | |
| 1301 | + | |
1301 | 1302 | | |
1302 | 1303 | | |
1303 | 1304 | | |
| |||
0 commit comments