FROM lscr.io/linuxserver/code-server:latest
RUN apt-get update \
&& apt install -y npm \
&& apt install -y git \
&& npm install -g n \
&& n latest \
&& npm install -g yarn \
FROM golang:latest
RUN git clone https://gitea.ocer.cc/overcast404/imageAve.git \
&& cd imageAve \
&& go mod tidy
CMD go run /imageAve/api/img2color.go