6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
export APP_DEBUG=true
|
||
|
exec tissue-entrypoint.sh php "$@"
|