docs: fix shebang for Composer workaround script (#696)

This commit is contained in:
Shyim
2024-03-30 08:59:59 +01:00
committed by GitHub
parent e7e0dbfa3d
commit 6f69939b0d

View File

@@ -118,7 +118,7 @@ docker run \
As a workaround, we can create a shell script in `/usr/local/bin/php` which strips the unsupported parameters and then calls FrankenPHP:
```bash
#!/bin/bash
#!/usr/bin/env bash
args=("$@")
index=0
for i in "$@"