build: implement php obfustation
This commit is contained in:
4
Makefile
4
Makefile
@@ -63,3 +63,7 @@ test-telegram:
|
||||
|
||||
test-coverage:
|
||||
docker compose exec -w /module/oc_telegram_shop/upload/oc_telegram_shop web bash -c "./vendor/bin/phpunit --coverage-html coverage tests/"
|
||||
|
||||
phar:
|
||||
docker build -t telecart_local_build -f ./docker/build.dockerfile . && \
|
||||
docker run -v "./src/upload/system/library/oc_telegram_shop:/build" telecart_local_build sh -c 'sh /scripts/build_phar.sh'
|
||||
Reference in New Issue
Block a user