Skip to content

Commit ff5c718

Browse files
committed
aaaaaaa
1 parent 17295ec commit ff5c718

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/company-research-agent/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ WORKDIR /app
77
# COPY pyproject.toml uv.lock ./
88
# COPY main.py ./
99
# COPY README.md ./
10-
COPY ./ ./
10+
COPY . .
11+
12+
# RUN uv pip install --system --all-extras
1113
# Install dependencies
1214
RUN uv sync
1315

16+
1417
# Create environment file from build args
1518
ARG CLIENT_ID
1619
ARG CLIENT_SECRET

0 commit comments

Comments
 (0)