aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-server/certbot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-server/certbot/Dockerfile')
-rw-r--r--matrix-server/certbot/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-server/certbot/Dockerfile b/matrix-server/certbot/Dockerfile
index dc6369b..cd1c6bd 100644
--- a/matrix-server/certbot/Dockerfile
+++ b/matrix-server/certbot/Dockerfile
@@ -1,4 +1,5 @@
FROM certbot/certbot:v1.11.0
RUN apk update && apk add socat
COPY ./scripts/ /etc/scripts/
+RUN chmod +x /etc/scripts/*.sh
EXPOSE 380