Skip to content

Commit

Permalink
fix(sh): script to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Dec 14, 2023
1 parent b67ed5a commit 682d653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NAME=$2
image_name=$DOCKER_REGISTRY/whanos/whanos-$NAME-$LANGUAGE

if [[ -f Dockerfile ]]; then
docker build . -t "$image_name" - < /whanos/images/"${LANGUAGE}"/Dockerfile.base
docker build . -t "$image_name"
else
docker build . \
-f /whanos/images/"${LANGUAGE}"/Dockerfile.standalone \
Expand Down

0 comments on commit 682d653

Please sign in to comment.