a
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 41s

This commit is contained in:
2025-08-27 18:33:18 +02:00
parent 3bfd995e3a
commit 2a313e66d6
2 changed files with 8 additions and 4 deletions

4
containers-build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker build -t dd-multitool-bot:latest ./bot
docker build -t dd-multitool-api:latest ./api
docker build -t dd-multitool-web:latest ./web