mirror of
https://github.com/Smart123s/ItchClaim.git
synced 2025-07-28 21:37:18 +02:00
8 lines
87 B
Docker
8 lines
87 B
Docker
FROM python:3.11
|
|
|
|
COPY . .
|
|
|
|
RUN pip install .
|
|
|
|
ENTRYPOINT [ "python", "itchclaim.py" ]
|