diff --git a/Dockerfile b/Dockerfile index 8469343..744472d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN uv pip install --system -r requirements.txt COPY . . RUN rm -rf ./data + # 暴露端口 EXPOSE 80