debugging crypto_md_day

This commit is contained in:
Oleg Sheynin 2024-08-08 20:51:45 -04:00
parent 939cc0197d
commit 969360642a
2 changed files with 3 additions and 2 deletions

View File

@ -14,11 +14,12 @@ Cmd="docker run"
Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host"
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
Cmd="${Cmd} --rm"
# Cmd="${Cmd} --rm"
Cmd="${Cmd} ${DockerImage}"
Cmd="${Cmd} -h ${host}"
Cmd="${Cmd} -d ${date}"
Cmd="${Cmd} -s coinbase,bnbspot,bnbfut"
# Cmd="${Cmd} -s coinbase,bnbspot"
echo $Cmd
eval $Cmd

View File

@ -1 +1 @@
1.3.8,build release script updated
1.3.9,debugging crypto_md_day