Commit History

Create Dockerfile
fc3bedc
verified

jancokkkk commited on

Delete Dockerfile
8d836cd
verified

jancokkkk commited on

Create Dockerfile
c4ac89d
verified

jancokkkk commited on

Delete Dockerfile
ba74e66
verified

jancokkkk commited on

Update Dockerfile
a3497b1
verified

jancokkkk commited on

FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update RUN apt-get install -y curl python3.11 python3-pip libmagic1 speedtest-cli neofetch ffmpeg imagemagick git git-lfs wget unzip RUN apt-get install -y \ software-properties-common \ npm RUN npm install n -g RUN n 18 RUN npm install npm@latest -g RUN useradd -m -u 1000 lipp RUN curl -fsSL https://code-server.dev/install.sh | sh # END ROOT USER # USER lipp ENV HOME=/home/lipp \ PATH=/home/lipp/.local/bin:$PATH WORKDIR $HOME COPY --chown=lipp . $HOME/server CMD ["code-server", ".", "--bind-addr", "0.0.0.0:7860", "--auth", "none"]
9d8de08
verified

jancokkkk commited on

initial commit
44819a8
verified

jancokkkk commited on