Files
api/buildmaster.sh
Xuan Loi e8fa3b13c4 changes
2026-01-15 14:33:45 +07:00

6 lines
170 B
Bash

python3 envmaster.py
PROJECT="utopia"
IMAGE="api"
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest