i am stupid
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 23s

This commit is contained in:
2025-08-26 18:17:13 +02:00
parent 3914b95e59
commit d163a03225
4 changed files with 22 additions and 6 deletions

7
build.bat Normal file
View File

@ -0,0 +1,7 @@
docker build -t dd-multitool-bot:latest ./bot
docker build -t dd-multitool-api:latest ./api
docker build -t dd-multitool-web:latest ./web
docker save -o bot.tar dd-multitool-bot:latest
docker save -o api.tar dd-multitool-api:latest
docker save -o web.tar dd-multitool-web:latest