Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 24, 2024
1 parent 90093fe commit 43af63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/docker/scripts/build_microservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ service="$1"

if [ "$service" != "" ]; then
echo "Building specified library: $service"
rm -rf "$service"/__pycache__
docker compose build "$service" --no-cache
echo "$service built!"
fi

0 comments on commit 43af63c

Please sign in to comment.