Initial commit, definitely not done yet
This commit is contained in:
commit
295edcd693
5 changed files with 73 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:3.12-alpine
|
||||
WORKDIR /etc/nginx
|
||||
RUN pip install certbot certbot-nginx
|
||||
RUN apk add nginx
|
||||
COPY run.sh /root
|
||||
ENTRYPOINT ["/root/run.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue