mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/bash
|
|
docker exec -ti php_web php -d memory_limit=128M vendor/bin/phpunit
|