Fix data directory path in Dockerfile
This commit is contained in:
parent
e5fc63f2c8
commit
44c4722edf
@ -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