Skip to content

Commit 44c4722

Browse files
committed
Fix data directory path in Dockerfile
1 parent e5fc63f commit 44c4722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ USER coder
5050
# user is root.
5151
RUN mkdir -p /home/coder/project
5252
# To avoid EACCES issues on f.ex Crostini (ChromeOS)
53-
RUN mkdir -p /home/coder/.local/code-server
53+
RUN mkdir -p /home/coder/.local/share/code-server
5454

5555
WORKDIR /home/coder/project
5656

0 commit comments

Comments
 (0)