idea / Dockerfile
oulh's picture
rebiuld
fe71906
raw
history blame
No virus
210 Bytes
FROM ubuntu:20.04
# RUN echo "leo:zxcvbnm" | chpasswd
RUN apt update
WORKDIR /workspace
EXPOSE 8080
RUN curl -fsSL https://raw.githubusercontent.com/cdr/code-server/main/install.sh | sh
CMD ["code-server"]