Add Dockerfile
This commit is contained in:
parent
2e5f6f3f81
commit
d450e60af3
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM alpine:3.20
|
||||
|
||||
LABEL maintainer="cobweb@xmitter.net"
|
||||
LABEL description="AutoQueue helper for AzuraCast — automatically queue new uploads"
|
||||
|
||||
RUN apk add --no-cache bash curl jq inotify-tools
|
||||
|
||||
WORKDIR /app
|
||||
COPY autoqueue.sh /app/autoqueue.sh
|
||||
|
||||
ENTRYPOINT ["/app/autoqueue.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue