This commit is contained in:
alyssa 2024-09-06 16:11:14 +09:00
parent d2553e7ca8
commit 6dd7a8a0af
6 changed files with 215 additions and 89 deletions

View file

@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk add python3 docker git
COPY ci/run_ci.py /run_ci.py
COPY ci/ .