Commit db32b1f1 authored by tywldx's avatar tywldx

fix

parent dcef5747
...@@ -135,7 +135,7 @@ exports.stop = async function () { ...@@ -135,7 +135,7 @@ exports.stop = async function () {
let res = JSON.parse(res_str); let res = JSON.parse(res_str);
spawn("sh", ["./shell_script/stop_docker_image.sh", res.id]); spawn("sh", ["./shell_script/stop_docker_image.sh", res.id]);
client.set(`${_this.request.ip}docker`, JSON.stringify({ client.set(`${this.request.ip}docker`, JSON.stringify({
id: "", id: "",
is_debug: false, is_debug: false,
mock_port: res.mock_port, mock_port: res.mock_port,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment