IDEからのデバッグ実行用ラッパーを追加

This commit is contained in:
shibafu
2020-02-16 19:34:45 +09:00
parent a5b9021e95
commit 8b9abe2d7b
Vendored Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
export APP_DEBUG=true
exec tissue-entrypoint.sh php "$@"