5
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2025-12-23 10:24:23 +00:00
cofactr-cogs/Dockerfile

9 lines
152 B
Docker

FROM python:3.12-bookworm
COPY entrypoint.py /entrypoint.py
COPY cofactr_cogs /cofactr_cogs
RUN pip install requests
ENTRYPOINT [ "/entrypoint.py" ]