Eric Nemchik 8f6282bd93
wrap in bash for proper working directory
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-10 12:06:17 -05:00

5 lines
136 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
s6-setuidgid abc cd /app/www /bin/bash -c "php -d memory_limit=-1 bin/console $*"