Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3641bb5

Browse files
committed
Add buildconf and configure commands to entrypoint
1 parent 4505b13 commit 3641bb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎docker/php-src-devtools-entrypoint‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ case "1ドル" in
55
"build")
66
make -j`nproc`
77
;;
8+
"buildconf")
9+
./buildconf
10+
;;
11+
"configure")
12+
./configure
13+
;;
814
*)
915
echo "Unknown command"
1016
exit 2

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /