diff --git a/Dockerfile b/Dockerfile index d61fa0e812..90960a6552 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,7 +130,7 @@ COPY ./docker/entrypoint.sh /entrypoint.sh RUN chmod 775 /entrypoint.sh # Letsencrypt Permissions -RUN chmod 755 /etc/letsencrypt/live/ +RUN mkdir -p /etc/letsencrypt/live/ && chmod 755 /etc/letsencrypt/live/ EXPOSE 80