Add docker image publishing

This commit is contained in:
decentral1se
2021-06-03 09:43:44 +02:00
parent e216fe290b
commit 64d578cf91
3 changed files with 29 additions and 1 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM alpine:latest
RUN apk add --no-cache curl bash
RUN mkdir -p ~./local/bin
RUN curl https://install.abra.coopcloud.tech | bash -s
ENTRYPOINT ["/root/.local/bin/abra"]