Skip to content

Commit

Permalink
Fixed service name
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 29, 2024
1 parent dd95423 commit 519b2c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
# Check if USE_DOCKER is set to "true"
if [ "$USE_DOCKER" = "true" ]; then
echo "Running Pint in Docker..."
docker compose exec crowdsourcing_platform_server vendor/bin/pint
docker compose php crowdsourcing_platform_server vendor/bin/pint
else
echo "Running Pint locally..."
vendor/bin/pint
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.5"
services:

####################################################################################################
Expand Down

0 comments on commit 519b2c9

Please sign in to comment.