aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 68a7b12..ca17ad8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -84,7 +84,7 @@ RUN nvim +UpdateRemotePlugins +qall
# Add some aliases
ADD bashrc /root/.bashrc
-WORKDIR /app
+WORKDIR /root/app
# Better terminal support
ENV TERM xterm-256color