Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadims Filipovskis committed Apr 9, 2023
1 parent 0736905 commit bc9b929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ install:
@docker-compose up -d
@docker exec ticket-app sh -c "composer install"

.PHONY: update
update:
@docker exec ticket-app sh -c "composer update"

.PHONY: migration
migration:
docker exec ticket-app sh -c "php bin/console make:migration"
Expand Down

0 comments on commit bc9b929

Please sign in to comment.