Skip to content

Commit e07c8a8

Browse files
committed
Merge branch 'exposure-php'
2 parents 4a11204 + c661917 commit e07c8a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
!docker-compose.yml
99
!/Logs/
1010
!/Dockerfiles/
11+
!php7wrapper

php7wrapper

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
docker run --rm -i \
4+
-v $PWD:/var/www \
5+
cscolabear/7.2-fpm php "$@"

0 commit comments

Comments
 (0)