code-server / Dockerfile
SnowFlash383935's picture
Update Dockerfile
008fe8a verified
raw
history blame
176 Bytes
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