This commit is contained in:
alyssa 2024-09-05 18:50:09 +09:00
parent 6a098e4588
commit 98924d4934
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
FROM alpine:latest
RUN apk add python3
COPY ci/run_ci.py /run_ci.py
ENTRYPOINT ["/run_ci.py"]