mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
Fix data directory path in Dockerfile
This commit is contained in:
@ -50,7 +50,7 @@ USER coder
|
|||||||
# user is root.
|
# user is root.
|
||||||
RUN mkdir -p /home/coder/project
|
RUN mkdir -p /home/coder/project
|
||||||
# To avoid EACCES issues on f.ex Crostini (ChromeOS)
|
# To avoid EACCES issues on f.ex Crostini (ChromeOS)
|
||||||
RUN mkdir -p /home/coder/.local/code-server
|
RUN mkdir -p /home/coder/.local/share/code-server
|
||||||
|
|
||||||
WORKDIR /home/coder/project
|
WORKDIR /home/coder/project
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user