mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +00:00
5 lines
94 B
Text
5 lines
94 B
Text
|
|
FROM alpine:latest
|
||
|
|
RUN apk add python3
|
||
|
|
COPY ci/run_ci.py /run_ci.py
|
||
|
|
ENTRYPOINT ["/run_ci.py"]
|