Skip to content

Commit 17295ec

Browse files
committed
ABC
1 parent f9c2764 commit 17295ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/company-research-agent/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM ghcr.io/astral-sh/uv:python3.12-alpine
44
WORKDIR /app
55

66
# Copy project files
7-
COPY pyproject.toml uv.lock ./
8-
COPY main.py ./
9-
COPY README.md ./
10-
7+
# COPY pyproject.toml uv.lock ./
8+
# COPY main.py ./
9+
# COPY README.md ./
10+
COPY ./ ./
1111
# Install dependencies
1212
RUN uv sync
1313

0 commit comments

Comments
 (0)