Add files via upload

This commit is contained in:
2026-03-31 18:12:44 +02:00
committed by GitHub
parent 7e276fabdd
commit 2302a5d337
5 changed files with 224 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
ARG BUILD_FROM
FROM $BUILD_FROM
RUN apk add --no-cache python3
COPY arkteos_proxy.py /arkteos_proxy.py
COPY run.sh /run.sh
RUN chmod +x /run.sh
CMD ["/run.sh"]