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