fix(dockerfile): add missing path to build (#3680)

This commit is contained in:
Pepe Fagoaga
2024-04-08 09:24:05 +02:00
committed by GitHub
parent 06590842d6
commit cb41c8d15b
+2 -1
View File
@@ -15,7 +15,8 @@ USER prowler
# Copy necessary files
WORKDIR /home/prowler
COPY prowler/ /home/prowler/prowler/
COPY prowler/ /home/prowler/prowler/
COPY dashboard/ /home/prowler/dashboard/
COPY pyproject.toml /home/prowler
COPY README.md /home/prowler