We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17295ec commit ff5c718Copy full SHA for ff5c718
1 file changed
samples/company-research-agent/Dockerfile
@@ -7,10 +7,13 @@ WORKDIR /app
7
# COPY pyproject.toml uv.lock ./
8
# COPY main.py ./
9
# COPY README.md ./
10
-COPY ./ ./
+COPY . .
11
+
12
+# RUN uv pip install --system --all-extras
13
# Install dependencies
14
RUN uv sync
15
16
17
# Create environment file from build args
18
ARG CLIENT_ID
19
ARG CLIENT_SECRET
0 commit comments