From 8b9abe2d7b8c87e980626f2f92775e465a862d0d Mon Sep 17 00:00:00 2001 From: shibafu Date: Sat, 15 Feb 2020 18:29:32 +0900 Subject: [PATCH] =?UTF-8?q?IDE=E3=81=8B=E3=82=89=E3=81=AE=E3=83=87?= =?UTF-8?q?=E3=83=90=E3=83=83=E3=82=B0=E5=AE=9F=E8=A1=8C=E7=94=A8=E3=83=A9?= =?UTF-8?q?=E3=83=83=E3=83=91=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/bin/php-debug.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dist/bin/php-debug.sh diff --git a/dist/bin/php-debug.sh b/dist/bin/php-debug.sh new file mode 100755 index 0000000..ef526bc --- /dev/null +++ b/dist/bin/php-debug.sh @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +export APP_DEBUG=true +exec tissue-entrypoint.sh php "$@"