fix: Fix the custom action to run #1

Merged
shrikanth-allspice merged 5 commits from :jt/fix-pip into main 2024-04-09 15:46:06 +00:00
Showing only changes of commit 3e5aa3f47b - Show all commits

View File

@ -1,7 +1,7 @@
FROM ubuntu:latest FROM python:3.12-bookworm
COPY entrypoint.py /entrypoint.py COPY entrypoint.py /entrypoint.py
RUN pip install py-allspice RUN pip install py-allspice
ENTRYPOINT [ "/entrypoint.py" ] ENTRYPOINT [ "/entrypoint.py" ]