ar08 commited on
Commit
c9038b6
1 Parent(s): 0b789d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,6 +71,6 @@ USER coder
71
  WORKDIR /home/coder/genz
72
 
73
  # Start code-server with authentication
74
- CMD ["sh", "-c", "code-server --bind-addr 0.0.0.0:7860 --auth password"]
75
 
76
  # End of Dockerfile
 
71
  WORKDIR /home/coder/genz
72
 
73
  # Start code-server with authentication
74
+ CMD ["sh", "-c", "code-server --bind-addr 0.0.0.0:7860 --auth none"]
75
 
76
  # End of Dockerfile