We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c2764 commit 17295ecCopy full SHA for 17295ec
samples/company-research-agent/Dockerfile
@@ -4,10 +4,10 @@ FROM ghcr.io/astral-sh/uv:python3.12-alpine
4
WORKDIR /app
5
6
# Copy project files
7
-COPY pyproject.toml uv.lock ./
8
-COPY main.py ./
9
-COPY README.md ./
10
-
+# COPY pyproject.toml uv.lock ./
+# COPY main.py ./
+# COPY README.md ./
+COPY ./ ./
11
# Install dependencies
12
RUN uv sync
13
0 commit comments