diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-11 20:37:04 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-08-18 10:53:09 -0600 |
commit | f8c4c493558b1001d3cea76f2fe557e346a6eb01 (patch) | |
tree | 4aa17327146214c65e2874889f7f60722815c67b | |
parent | 20b0dfbfef0d1d764917d98c6710ad906188ea02 (diff) |
Addding workdir because I'm always mounting to this location
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,3 +85,5 @@ RUN phpcs --config-set installed_paths /root/.composer/vendor/escapestudios/symf # Install custom linting ADD PEARish.xml /root/PEARish.xml + +WORKDIR /src |