aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]