(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

8
webapp/build.sh Executable file
View File

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