File size: 176 Bytes
9e26c99
cb31069
 
191f465
008fe8a
1
2
3
4
5
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