mirror of
https://github.com/aykhans/bsky-pdsadmin-dockerized.git
synced 2025-07-17 20:54:01 +00:00
init
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine:3.21.3
|
||||
|
||||
RUN apk add --no-cache bash curl jq util-linux openssl
|
||||
|
||||
COPY ./pdsadmin.sh /usr/local/bin/pdsadmin
|
||||
COPY ./commands /pdsadmin-commands
|
||||
|
||||
RUN chmod +x /usr/local/bin/pdsadmin
|
||||
RUN chmod +x /pdsadmin-commands/*
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/pdsadmin" ]
|
||||
CMD [ "help" ]
|
Reference in New Issue
Block a user