1
This commit is contained in:
5
build_push.sh
Executable file
5
build_push.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
echo "714dadb9-e8ad-468c-a77f-e98d86cd7393" | docker login -u "molvaapp" --password-stdin
|
||||
IMAGE_NAME="molvaapp/api_gateway"
|
||||
TAG="latest"
|
||||
docker build -t $IMAGE_NAME:$TAG .
|
||||
docker push $IMAGE_NAME:$TAG
|
Reference in New Issue
Block a user