Spaces:
Sleeping
Sleeping
| FROM ubuntu:latest | |
| RUN apt-get update -y | |
| RUN apt-get install git curl wget apt -y | |
| RUN curl -fsSL https://code-server.dev/install.sh | sh | |
| CMD code-server --auth none --port 5000 |
| FROM ubuntu:latest | |
| RUN apt-get update -y | |
| RUN apt-get install git curl wget apt -y | |
| RUN curl -fsSL https://code-server.dev/install.sh | sh | |
| CMD code-server --auth none --port 5000 |