(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

View File

@@ -1,3 +1,4 @@
__pycache__/
*/__pycache__/
data/
data/
build.sh

6
api/build.sh Executable file
View File

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