Skip to content

Commit 26591bf

Browse files
committed
Update Dockerfile to copy all project files in a single command
1 parent a1d6d61 commit 26591bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ RUN apt-get update \
1515

1616

1717
# Copy the project files (from GitHub Actions checkout context)
18-
COPY pyproject.toml uv.lock ./
19-
COPY src/ ./src/
18+
COPY . .
2019

2120

2221
# Install the project according to pyproject.toml + uv.lock

0 commit comments

Comments
 (0)