Dockerコンテナ内にXdebugを導入 (#33)

* コンテナにxdebugをインストール
* env fileをDockerに読ませるようにした
* 環境変数 APP_DEBUG に応じてXdebugをロードしてApacheを起動するようにした
* シェルスクリプトのWindows対策 (.gitattribute)
This commit is contained in:
shibafu
2019-01-16 00:42:05 +09:00
committed by GitHub
parent 0d4a61ef15
commit 2ca6c4c60d
6 changed files with 29 additions and 13 deletions

1
.gitattributes vendored
View File

@@ -3,3 +3,4 @@
*.scss linguist-vendored
*.js linguist-vendored
CHANGELOG.md export-ignore
*.sh text eol=lf