This commit is contained in:
anhduy-tech
2026-03-19 09:45:09 +07:00
parent 3ece124848
commit 7fc8138f70
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
python3 envmaster.py
PROJECT="erp"
IMAGE="erpapi-service"
PROJECT="bigdatacloud"
IMAGE="api"
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest