Add mirroring script

This commit is contained in:
decentral1se
2021-06-05 22:41:50 +02:00
parent 9f69532dca
commit 4ef433312d
3 changed files with 43 additions and 2 deletions

View File

@ -28,7 +28,6 @@ RUN chmod +x ~/.abra/vendor/yq
# otherwise give us the latest abra on the latest tag
RUN curl https://install.abra.coopcloud.tech | bash -s -- --dev
COPY bin/abralib.py /root/.local/bin/abralib.py
COPY bin/app-json.py /root/.local/bin/app-json.py
COPY bin/* /root/.local/bin/
ENTRYPOINT ["/root/.local/bin/abra"]