Copy over app-json script
This commit is contained in:
parent
20af4666c6
commit
a4ade1463f
@ -21,4 +21,8 @@ RUN mkdir -p ~/.abra/apps
|
|||||||
# otherwise give us the latest abra on the latest tag
|
# otherwise give us the latest abra on the latest tag
|
||||||
RUN curl https://install.abra.coopcloud.tech | bash -s -- --dev
|
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"]
|
ENTRYPOINT ["/root/.local/bin/abra"]
|
||||||
|
Reference in New Issue
Block a user