Add docker image publishing
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user