This commit is contained in:
anhduy-tech
2026-03-30 15:44:02 +07:00
parent e1b9d9c15d
commit d72866b171
2 changed files with 57 additions and 0 deletions

6
build.sh Normal file
View File

@@ -0,0 +1,6 @@
PROJECT="bigdatacloud"
IMAGE="login"
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest
docker rmi docker.bigdatatech.vn/$PROJECT/$IMAGE:latest