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