From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- .../matthiasmullie/minify/docker-compose.yml | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100755 assets/php/vendor/matthiasmullie/minify/docker-compose.yml (limited to 'assets/php/vendor/matthiasmullie/minify/docker-compose.yml') diff --git a/assets/php/vendor/matthiasmullie/minify/docker-compose.yml b/assets/php/vendor/matthiasmullie/minify/docker-compose.yml deleted file mode 100755 index 5413e24..0000000 --- a/assets/php/vendor/matthiasmullie/minify/docker-compose.yml +++ /dev/null @@ -1,31 +0,0 @@ -version: '2.1' -services: - php: - build: - context: . - dockerfile: Dockerfile - volumes: - - ./src:/var/www/src - - ./data:/var/www/data - - ./tests:/var/www/tests - - ./phpunit.xml.dist:/var/www/phpunit.xml.dist - '7.2': - extends: php - build: - args: - version: 7.2-cli - '7.1': - extends: php - build: - args: - version: 7.1-cli - '7.0': - extends: php - build: - args: - version: 7.0-cli - '5.6': - extends: php - build: - args: - version: 5.6-cli -- cgit v1.2.3