Copy over app-json script
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-05 08:05:40 +02:00
parent 20af4666c6
commit a4ade1463f
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 0 deletions

View File

@ -21,4 +21,8 @@ RUN mkdir -p ~/.abra/apps
# 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
ENTRYPOINT ["/root/.local/bin/abra"]