Skip to content

Commit

Permalink
chore(dev): test deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-kirill committed Aug 29, 2024
1 parent 438fb3d commit eaaf733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/client/buildDevImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if docker images -q "$imageFullName" &> /dev/null; then
echo [MUSE CLIENT DEV] remove old image "$imageFullName"...
docker rmi -f "$imageFullName"
fi
# test deploy again

echo [MUSE CLIENT DEV] creating docker image "$imageFullName"...
(DOCKER_BUILDKIT=1 docker buildx build \
-f "${rootDir}/client/Dockerfile.dev" \
Expand Down

0 comments on commit eaaf733

Please sign in to comment.