Dashboard
PHP:
8.3.17
OS:
Linux
User:
www-data
/
/
usr
/
local
/
bin
📤 Upload
📝 New File
📁 New Folder
Close
Editing: docker-php-entrypoint
#!/bin/sh set -e # first arg is `-f` or `--some-option` if [ "${1#-}" != "$1" ]; then set -- apache2-foreground "$@" fi exec "$@"
Save
Cancel