Skip to content

Commit 103265a

Browse files
committed
feat: Always add a INI file
1 parent 68669fe commit 103265a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

php.ini

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sys_temp_dir = /tmp

src/docker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ run() {
5757
-v /var/run/docker.sock:/var/run/docker.sock \
5858
-v ~/.gitconfig:/root/.gitconfig:ro \
5959
-v "$(pwd)":/usr/local/src -w /usr/local/src \
60+
-v "$PHPCTL_DIR/php.ini:/etc/php$PHP_VERSION/conf.d/zphp.ini" \
6061
$phpctl_ini \
6162
$composer_home \
6263
--net host --entrypoint sh \

0 commit comments

Comments
 (0)