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 @@ -14,7 +14,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
1414COPY --from=node:24-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
1515
1616# Install uv.
17- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin
17+ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
1818
1919# Install node dependencies.
2020COPY package*.json ./
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
3333COPY --from=node:24-slim /usr/local/lib/node_modules /usr/local/lib/node_modules
3434
3535# Install uv.
36- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin
36+ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
3737
3838# Install node dependencies.
3939COPY --chown=hypha:hypha package*.json ./
You can’t perform that action at this time.
0 commit comments