zhzabcd commited on
Commit
bf91f74
·
verified ·
1 Parent(s): 13f95cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -66,7 +66,7 @@ RUN sudo -u coder code-server --install-extension ms-python.python
66
  EXPOSE 8080
67
 
68
  # Switch to the coder user for running code-server
69
- USER coder
70
  WORKDIR /home/coder/genz
71
 
72
  # Start code-server with authentication
 
66
  EXPOSE 8080
67
 
68
  # Switch to the coder user for running code-server
69
+ USER root
70
  WORKDIR /home/coder/genz
71
 
72
  # Start code-server with authentication