From 637ab6cbb47f036f7f010e6dc7e21bb6a2442ac6 Mon Sep 17 00:00:00 2001 From: chenzhirong <826531489@qq.com> Date: Tue, 14 Oct 2025 12:03:36 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 077b0f6..a630046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ RUN curl -LsSf https://mirrors.tuna.tsinghua.edu.cn/astral.sh/uv/install.sh | sh ENV UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple ENV UV_PYTHON_INSTALL_MIRROR=https://registry.npmmirror.com/-/binary/python-build-standalone/ RUN cd /3Dpoints -RUN uv sync + ENTRYPOINT ["/3Dpoints/run.sh"] EXPOSE 8081