Miisaa/QuantumShield-RSA-Attack
0
1FROM python:3.92WORKDIR /app3COPY . /app4RUN pip install -r requirements.txt5EXPOSE 78606CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]7 1FROM python:3.92WORKDIR /app3COPY . /app4RUN pip install -r requirements.txt5EXPOSE 78606CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]7