2023-01-10 04:58:59 +00:00

9 lines
99 B
Docker

FROM ubuntu:18.04
WORKDIR /home/
COPY . .
RUN bash ./setup.sh
ENV PATH="/root/.cargo/bin:$PATH"