add cert-sorter, qbt and radarr containers
This commit is contained in:
12
cert-sorter/Dockerfile
Normal file
12
cert-sorter/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN mkdir -p /app /etc/letsencrypt /dest/1000
|
||||
|
||||
COPY copy.sh /app/copy.sh
|
||||
|
||||
RUN chmod +x /app/copy.sh
|
||||
|
||||
VOLUME /etc/letsencrypt
|
||||
VOLUME /dest/1000
|
||||
|
||||
ENTRYPOINT ["/app/copy.sh"]
|
Reference in New Issue
Block a user