aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-09-02 17:20:02 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-09-02 17:20:02 -0600
commit3f925e06192a90e8878e86428ca9c32c31f5aa4b (patch)
treefd9b8ea8982fce47a1f286e29b4413ab7d2197c5 /Dockerfile
parente3610597cbcf6383dace3280902ab4e9e52333d3 (diff)
Updating the workdir. /work autcompletes faster that /src
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f627bf6..a59e3f8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,4 +77,6 @@ RUN nvim +UpdateRemotePlugins +qa
ADD zshrc /root/.zshrc
+WORKDIR /work
+
CMD ["/bin/zsh"]