repo inicializado
This commit is contained in:
9
certbot/Dockerfile
Normal file
9
certbot/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM certbot/certbot
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY certbot.sh /opt/
|
||||
|
||||
RUN chmod +x /opt/certbot.sh
|
||||
|
||||
ENTRYPOINT ["/opt/certbot.sh"]
|
||||
Reference in New Issue
Block a user