FROM python:3
WORKDIR /foxScanner
COPY . .
RUN pip install --no-cache-dir -r requirements
CMD ["python","scanner.py"]