5
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2026-09-04 03:32:52 +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" ]