We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8da38 commit b38cfa4Copy full SHA for b38cfa4
Dockerfile
@@ -42,8 +42,8 @@ RUN adduser --gecos '' --disabled-password coder && \
42
USER coder
43
# Create first so these directories will be owned by coder instead of root
44
# (workdir and mounting appear to both default to root).
45
-RUN mkdir -p /home/coder/project
46
-RUN mkdir -p /home/coder/.local/share/code-server
+RUN mkdir -p /home/coder/project \
+ && mkdir -p /home/coder/.local/share/code-server
47
48
WORKDIR /home/coder/project
49
0 commit comments