File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 117
117
"up" : " docker-compose up --build --force-recreate -d && ./bin/docker-setup.sh" ,
118
118
"down" : " docker-compose down" ,
119
119
"xdebug:start" : " docker-compose exec wordpress sh -c 'sed -i \" /xdebug.mode=off/c\\ xdebug.mode=debug\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload'" ,
120
- "xdebug:stop" : " docker-compose exec wordpress sh -c 'sed -i \" /xdebug.mode=debug/c\\ xdebug.mode=off\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload" ,
120
+ "xdebug:stop" : " docker-compose exec wordpress sh -c 'sed -i \" /xdebug.mode=debug/c\\ xdebug.mode=off\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload' " ,
121
121
"wp" : " docker run -it --env-file default.env --rm --user xfs --volumes-from woocommerce_stripe_wordpress --network container:woocommerce_stripe_wordpress wordpress:cli" ,
122
122
"listen" : " stripe listen --forward-to 'http://localhost:8082/?wc-api=wc_stripe'" ,
123
123
"presass" : " rm -f $npm_package_assets_styles_css" ,
You can’t perform that action at this time.
0 commit comments