From cc73cefd3f68d3755a6f936cbff2e90bbe3f5cae Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Thu, 1 Mar 2018 08:02:02 -0500 Subject: [PATCH] Create shell.bat shell for windows --- shell.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell.bat diff --git a/shell.bat b/shell.bat new file mode 100644 index 00000000..bce7afe2 --- /dev/null +++ b/shell.bat @@ -0,0 +1,2 @@ + +docker-compose exec --user devilbox php /bin/sh -c "cd /shared/httpd; exec bash -l"