mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 09:41:09 +00:00
Fixed tests
This commit is contained in:
@@ -3,4 +3,5 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
RUN mkdir -p /app/Logs && chmod 0777 /app/Logs
|
||||
CMD ["pytest", "--csv=/results/report.csv", "-v"]
|
||||
|
||||
Reference in New Issue
Block a user