Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Dec 6, 2023
1 parent 9f05109 commit 811448b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require:
require-dev:
docker compose exec ${container} composer require --dev

shell:
docker compose exec ${container} sh
user-shell:
docker compose exec -u 1000:1000 ${container} sh

root-shell:
docker compose exec -u root ${container} sh
Expand Down

0 comments on commit 811448b

Please sign in to comment.