Skip to content

Commit d69728b

Browse files
authored
Fix to copy command to import uv. (#4740)
1 parent be9dd87 commit d69728b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
1414
COPY --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.
2020
COPY package*.json ./

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ COPY --from=node:24-slim /usr/local/bin /usr/local/bin
3333
COPY --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.
3939
COPY --chown=hypha:hypha package*.json ./

0 commit comments

Comments
 (0)