(add): Docker deployments

This commit is contained in:
2026-07-25 15:36:34 -04:00
parent 25f97c5884
commit 10f1b6fa5f
10 changed files with 85 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# docker compose build
source ../../version.env
docker image tag dbob16/tam-client:latest dbob16/tam-client:${TAM_VERSION}
mkdir -p dist/images
docker image save dbob16/tam-client:${TAM_VERSION} | gzip > dist/images/tam-client-${TAM_VERSION}.tar.gz
echo "TAM_VERSION=${TAM_VERSION}" > dist/prod.env
echo "HOST=127.0.0.1" >> dist/prod.env
echo "PORT=3000" >> dist/prod.env