Skip to content

Commit b38cfa4

Browse files
Dockerfile: Combine two runs
1 parent ef8da38 commit b38cfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN adduser --gecos '' --disabled-password coder && \
4242
USER coder
4343
# Create first so these directories will be owned by coder instead of root
4444
# (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
45+
RUN mkdir -p /home/coder/project \
46+
&& mkdir -p /home/coder/.local/share/code-server
4747

4848
WORKDIR /home/coder/project
4949

0 commit comments

Comments
 (0)