Compare commits
No commits in common. "69d4bde07e4d080b9e0363d4068633ccc2b84382" and "500d894e91444ee5d5b5d861a703d277a87cb978" have entirely different histories.
69d4bde07e
...
500d894e91
@ -1,7 +1,7 @@
|
||||
FROM nginx
|
||||
RUN apt-get update
|
||||
RUN apt-get install certbot --yes
|
||||
RUN apt-get install python3-certbot-nginx python3-pip --yes
|
||||
RUN apt-get install python3-certbot-nginx --yes
|
||||
RUN pip3 install requests minio
|
||||
COPY ./config /etc/nginx
|
||||
COPY prepare.py prepare.py
|
||||
|
Loading…
Reference in New Issue
Block a user