Skip to content

Commit 24a4369

Browse files
author
Florian Engelhardt
committed
added Makefile for faster setup
1 parent aae5663 commit 24a4369

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
install: api/vendor products/vendor reviews/vendor
2+
3+
%/vendor: %/composer.lock
4+
docker run --rm -i -u 1000:1000 --tty --volume $$PWD/$*:/app composer install
5+
6+
%/composer.lock: %/composer.json
7+
docker run --rm -i -u 1000:1000 --tty --volume $$PWD/$*:/app composer update

0 commit comments

Comments
 (0)