This commit is contained in:
Xuan Loi
2026-01-19 09:08:30 +07:00
parent 56f3509d4d
commit 51559c1da7
3 changed files with 6 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#python3 envprod.py
python3 envdev.py
PROJECT="utopia"
IMAGE="dev-login"
IMAGE="login-dev"
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest