This commit is contained in:
2023-11-23 16:33:51 +03:00
parent 2c35d9d49e
commit 3628d62d54
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
FROM nginx
RUN apt-get update
RUN apt-get install certbot --yes
RUN mkdir /etc/allinvest
COPY ./nginx-prod.conf /etc/nginx/nginx.conf
COPY ./privkey.pem /etc/nginx/privkey.pem