add jellyfin and cert-sorter

This commit is contained in:
=
2025-01-14 14:17:56 -05:00
parent c300116753
commit d4736af727
4 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,10 @@
FROM ubuntu:24.04
RUN apt update && \
apt install -y openssl && \
apt clean && \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p /app /etc/letsencrypt /dest/1000
COPY copy.sh /app/copy.sh