mirror of
https://github.com/cdr/code-server.git
synced 2026-05-05 19:11:30 +02:00
Merge pull request #1346 from SuperSandro2000/patch-1
Dockerfile: Combine two runs
This commit is contained in:
commit
6a693e7181
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ RUN adduser --gecos '' --disabled-password coder && \
|
||||||
USER coder
|
USER coder
|
||||||
# Create first so these directories will be owned by coder instead of root
|
# Create first so these directories will be owned by coder instead of root
|
||||||
# (workdir and mounting appear to both default to root).
|
# (workdir and mounting appear to both default to root).
|
||||||
RUN mkdir -p /home/coder/project
|
RUN mkdir -p /home/coder/project \
|
||||||
RUN mkdir -p /home/coder/.local/share/code-server
|
&& mkdir -p /home/coder/.local/share/code-server
|
||||||
|
|
||||||
WORKDIR /home/coder/project
|
WORKDIR /home/coder/project
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue