Add start.sh script to manage Docker container startup

This commit is contained in:
Palash Tyagi 2025-05-03 22:40:08 +01:00
parent 08a4871907
commit 49c9e7f66d

4
.github/runner/start.sh vendored Normal file
View File

@ -0,0 +1,4 @@
docker compose up -d --build
# docker compose up -d --build --scale github-runner=2