Docker images are buildables

This commit is contained in:
Alexandre BRACH
2019-04-26 20:05:09 +02:00
parent a2dffd0916
commit 2c42f018bd
12 changed files with 2558 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
HOST_IP=$(docker-get-host-ip);
export HOST_IP
export XDEBUG_CONFIG="remote_enable=1 remote_host=${HOST_IP} idekey=PHPSTORM";
export XDEBUG_REMOTE_HOST="${HOST_IP}";