2019-09-03 12:56:00 +00:00
|
|
|
test-blog-app:
|
|
|
|
|
clear;
|
2020-01-16 15:19:11 +00:00
|
|
|
CURRENT_UID=`id -u`:`id -g` docker-compose run blog-app ./src/Generator/Laminator --workdir=./examples/blog-app
|
2019-09-03 12:56:00 +00:00
|
|
|
|
|
|
|
|
setup:
|
|
|
|
|
composer install
|
|
|
|
|
|
|
|
|
|
test: setup test-blog-app
|