Skip to content

Commit 6a693e7

Browse files
authored
Merge pull request #1346 from SuperSandro2000/patch-1
Dockerfile: Combine two runs
2 parents ef8da38 + b38cfa4 commit 6a693e7

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)