Spaces:
Runtime error
Runtime error
FROM clamav/clamav:stable | |
WORKDIR /app | |
COPY requirements.txt requirements.txt | |
RUN pip3 install -r requirements.txt | |
COPY . . | |
CMD ["sh", "-c", "clamd restart && python3 scan_main.py"] |