update: Dockerfile
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user