mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 03:05:50 -05:00
Fix data directory path in Dockerfile
This commit is contained in:
@@ -50,7 +50,7 @@ USER coder
|
||||
# user is root.
|
||||
RUN mkdir -p /home/coder/project
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user