diff --git a/Docker/Dockerfile b/Dockerfile similarity index 96% rename from Docker/Dockerfile rename to Dockerfile index 047774a..1d7b2de 100644 --- a/Docker/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 WORKDIR /root COPY run.sh . -COPY . . +COPY Docker . RUN apt update RUN curl -LsSf https://mirrors.tuna.tsinghua.edu.cn/astral.sh/uv/install.sh | sh diff --git a/Docker/run.sh b/run.sh similarity index 100% rename from Docker/run.sh rename to run.sh