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