(add): Some automated packaging.

This commit is contained in:
2026-01-22 23:30:41 -05:00
parent 0279ce7078
commit 2738ac6e89
10 changed files with 62 additions and 3 deletions

6
db/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
source ../deployment/common.sh
docker build -t dbob16/tam3-db:${tam3_version} .
docker tag dbob16/tam3-db:${tam3_version} dbob16/tam3-db:latest