We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae5663 commit 24a4369Copy full SHA for 24a4369
Makefile
@@ -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