Refactoring of the db service

This commit is contained in:
Alexander Zavorotynskiy 2022-05-05 10:46:48 +02:00
parent c050394116
commit 74756b2409

View file

@ -23,7 +23,7 @@ function build_service() {
image="$1"
echo "BUILDING $image"
case "$image" in
http)
http | db)
echo build http
docker build -t ${DOCKER_REPO:-'local'}/$image:${git_sha1} --build-arg SERVICE_NAME=$image -f ./cmd/Dockerfile .
[[ $PUSH_IMAGE -eq 1 ]] && {