zhzabcd commited on
Commit
2139c7e
·
verified ·
1 Parent(s): 3a29ab2

Update Dockerfile

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