Skip to content

Commit 46b0ef4

Browse files
author
Aurang
authored
Change start dir to default code-server start dir
1 parent fc0a12a commit 46b0ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/configuring_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you change the directory and now code-server wont work, or if you are getting
44
```Dockerfile
55
# Create starting directory
66
# Should be the same as $START_DIR in entrypoint.sh
7-
RUN mkdir /home/coder/files
7+
RUN mkdir /home/coder/project
88
```
99
___
1010
### Using a config.yaml file for code-server

0 commit comments

Comments
 (0)