diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-02 17:20:02 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-02 17:20:02 -0600 |
commit | 3f925e06192a90e8878e86428ca9c32c31f5aa4b (patch) | |
tree | fd9b8ea8982fce47a1f286e29b4413ab7d2197c5 /Dockerfile | |
parent | e3610597cbcf6383dace3280902ab4e9e52333d3 (diff) |
Updating the workdir. /work autcompletes faster that /src
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,4 +77,6 @@ RUN nvim +UpdateRemotePlugins +qa ADD zshrc /root/.zshrc +WORKDIR /work + CMD ["/bin/zsh"] |