Skip to content

Commit

Permalink
Merge pull request #124 from SpringQL/build/kill-doc_app
Browse files Browse the repository at this point in the history
fix: kill doc_app1 to close port
  • Loading branch information
laysakura committed May 10, 2022
2 parents 8a282c4 + 4dfe7ad commit 3575459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ echo '-- Start doc_app1'
sleep 1
echo '{"ts": "2022-01-01 13:00:00.000000000", "temperature": 5.3}' | nc localhost 54300
sleep 1
pkill doc_app1
echo '-- End doc_app1'
echo
Expand Down

0 comments on commit 3575459

Please sign in to comment.