chore: 脚本直接运行主程序

This commit is contained in:
KAAAsS 2024-07-01 15:38:27 +08:00
parent 61cb7d4e72
commit 56b23929f6
2 changed files with 5 additions and 1 deletions

4
docker-run-loader.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -e
docker run -v $(pwd)/loader:/app -it reg.kas.pub/bhyg python3 loader.py

View File

@ -1,4 +1,4 @@
#!/bin/sh
set -e
docker run -v $(pwd):/app -it reg.kas.pub/bhyg $@
docker run -v $(pwd):/app -it reg.kas.pub/bhyg python3 main.py # $@