Skip to content

Commit 69c9874

Browse files
authored
Update Dockerfile
1 parent a8ed952 commit 69c9874

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ RUN mamba env update -n base -f environment.yml
4949
RUN echo "alias pip=pip3" >> ~/.bashrc
5050
RUN echo "alias python=python3" >> ~/.bashrc
5151

52-
RUN mkdir -p /home/coder/.local/share/code-server/User/
53-
RUN chown -R coder:coder /home/coder/.local/share/code-server/User/
52+
RUN mkdir -p /home/coder/.local/share/code-server/Machine/
5453
RUN echo "{\"workbench.colorTheme\": \"Default Dark+\", \"python.pythonPath\": \"/home/coder/local/bin/conda/bin/python\"}" >> /home/coder/.local/share/code-server/Machine/settings.json
5554

5655

0 commit comments

Comments
 (0)