update: Dockerfile

This commit is contained in:
tao.chen
2026-08-14 15:55:00 +08:00
parent 7347b409e5
commit 2014d59681
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ENV UV_HTTP_TIMEOUT=300
ENV UV_DEFAULT_INDEX=https://pypi.tuna.tsinghua.edu.cn/simple/
RUN uv lock && \
uv sync --no-dev --no-editable --package backend
uv sync --no-dev --no-editable --package backend --no-install-workspace
EXPOSE 8000
CMD ["gunicorn", "--config", "backend/gunicorn.conf.py", "backend.main:app"]