Skip to content

Commit

Permalink
Fixed docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 31, 2024
1 parent 431a2da commit cee6ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
# Check if USE_DOCKER is set to "true"
if [ "$USE_DOCKER" = "true" ]; then
echo "Running Pint in Docker..."
docker-compose exec -T app vendor/bin/pint
docker compose exec -T app vendor/bin/pint
else
echo "Running Pint locally..."
vendor/bin/pint
Expand Down

0 comments on commit cee6ae7

Please sign in to comment.