diff --git a/Dockerfile b/Dockerfile index 1d7b2de..1affe72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM ubuntu:20.04 WORKDIR /root -COPY run.sh . -COPY Docker . +COPY . . RUN apt update RUN curl -LsSf https://mirrors.tuna.tsinghua.edu.cn/astral.sh/uv/install.sh | sh