StarPaymentTest/Dockerfile
2024-07-29 15:25:07 +00:00

6 lines
94 B
Docker

FROM python:3.10.13-bookworm
COPY . .
RUN pip install -r requirements.txt
CMD python main.py