This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
docker-magento
mirror of
https://github.com/markshust/docker-magento
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Added missing bin/cache-clean file
Mark Shust
4 years ago
parent
87f94a08fe
commit
f0e5720281
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
compose/bin/cache-clean
+ 2
- 0
compose/bin/cache-clean
View File
@@ -0,0 +1,2 @@
+#!/bin/bash
+bin/cli /var/www/.composer-global/vendor/bin/cache-clean.js "$@"