diff --git a/Dockerfile b/Dockerfile index a1604a9..e45c4be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN useradd -m -s /bin/bash -G sudo coder && \ # Configure shell environment RUN echo "PS1='🐳 \[\033[1;36m\] \[\033[1;34m\]\W\[\033[0;35m\] \[\033[1;36m\]# \[\033[0m\]'" > /home/coder/.bashrc && \ + mkdir -p /workspaces && \ chown coder:coder /home/coder/.bashrc && \ chown -R coder:coder /workspaces