Files
ItchClaim/Dockerfile
2023-03-10 11:35:14 +01:00

8 lines
87 B
Docker

FROM python:3.11
COPY . .
RUN pip install .
ENTRYPOINT [ "python", "itchclaim.py" ]