5
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2026-06-10 00:39:08 +00:00
Files
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" ]