ar08 commited on
Commit
bfc6aa0
1 Parent(s): c5540a2

Update Dockerfile

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