mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM alpine:latest
|
|
RUN apk add python3
|
|
COPY ci/run_ci.py /run_ci.py
|
|
ENTRYPOINT ["/run_ci.py"]
|