Skip to content

Commit a18e697

Browse files
author
Carlos
committed
fix: copy frontend directory into Docker image
1 parent 5b1bd8d commit a18e697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
99

1010
COPY pyproject.toml README.md ./
1111
COPY src/scanner ./src/scanner
12+
COPY frontend ./frontend
1213

1314
RUN pip install --no-cache-dir -e ".[web,llm]"
1415

0 commit comments

Comments
 (0)