Skip to content

Commit

Permalink
feat: Always add a INI file
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Feb 9, 2024
1 parent 68669fe commit 103265a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sys_temp_dir = /tmp
1 change: 1 addition & 0 deletions src/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ run() {
-v /var/run/docker.sock:/var/run/docker.sock \
-v ~/.gitconfig:/root/.gitconfig:ro \
-v "$(pwd)":/usr/local/src -w /usr/local/src \
-v "$PHPCTL_DIR/php.ini:/etc/php$PHP_VERSION/conf.d/zphp.ini" \
$phpctl_ini \
$composer_home \
--net host --entrypoint sh \
Expand Down

0 comments on commit 103265a

Please sign in to comment.