File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN test -f "./uv.lock" && \
2828 --mount=type=cache,target=/root/.cache/uv \
2929 --mount=type=bind,source=backend/uv.lock,target=uv.lock \
3030 --mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
31- uv sync --frozen --no-install-project
31+ uv sync --frozen --no-install-project || echo "uv.lock file not found, skipping intermediate-layers"
3232
3333COPY ./backend ${APP_HOME}
3434
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies = [
3535 " oracledb (>=3.1.1,<4.0.0)"
3636]
3737[[tool .uv .index ]]
38- url = " https://mirrors.aliyun.com /pypi/simple"
38+ url = " https://mirrors.tuna.tsinghua.edu.cn /pypi/web /simple"
3939default = true
4040
4141[tool .uv ]
You can’t perform that action at this time.
0 commit comments