6
mirror of https://github.com/AllSpiceIO/cofactr-cogs.git synced 2024-12-11 17:15:37 +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" ]