SnowFlash383935 commited on
Commit
008fe8a
·
verified ·
1 Parent(s): 791f2ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM ubuntu:latest
2
  RUN apt-get update -y
3
  RUN apt-get install git curl wget apt -y
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh
5
- CMD code-server --install-extension GitHub.remotehub --auth none --port 5000
 
2
  RUN apt-get update -y
3
  RUN apt-get install git curl wget apt -y
4
  RUN curl -fsSL https://code-server.dev/install.sh | sh
5
+ CMD code-server --auth none --port 5000