Compare commits
2 Commits
a8018d7e37
...
47fc79299e
Author | SHA1 | Date | |
---|---|---|---|
47fc79299e | |||
![]() |
d16e897dd9 |
@ -4,6 +4,8 @@ RUN apt-get install certbot --yes
|
||||
RUN apt-get install python3-certbot-nginx python3-pip --yes
|
||||
RUN pip3 install --break-system-packages requests minio
|
||||
COPY ./config /etc/nginx
|
||||
COPY ./fullchain.pem /etc/nginx/fullchain.pem
|
||||
COPY ./privkey.pem /etc/nginx/privkey.pem
|
||||
COPY prepare.py prepare.py
|
||||
COPY run.sh run.sh
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
Loading…
Reference in New Issue
Block a user