Skip to content

Commit

Permalink
chore: New update_deps make recipe to use composer inside docker cont…
Browse files Browse the repository at this point in the history
…ainer
  • Loading branch information
ambroisemaupate committed Nov 22, 2024
1 parent de69c2c commit 16ff3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ update:
docker compose exec app php bin/console app:install -n
make cache;

update_deps:
docker compose run --rm --entrypoint= app composer update -o

migrate:
docker compose exec app php bin/console doctrine:migrations:migrate -n
# Apply files changes and create new Doctrine migrations if necessary
Expand Down

0 comments on commit 16ff3f0

Please sign in to comment.