We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5cb0b7 + 91fdf8d commit 20d3c43Copy full SHA for 20d3c43
containers/app.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
var (
9
- phpCmd = regexp.MustCompile(`.*php\d*\.?\d*$`)
+ phpCmd = regexp.MustCompile(`.*php(-fpm)?\d*\.?\d*$`)
10
pythonCmd = regexp.MustCompile(`.*python\d*\.?\d*$`)
11
rubyCmd = regexp.MustCompile(`.*ruby\d*\.?\d*$`)
12
nodejsCmd = regexp.MustCompile(`.*node(js)?\d*\.?\d*$`)
0 commit comments