diff --git a/Dockerfile b/Dockerfile index 5be28601..083d7533 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,5 @@ WORKDIR badssl.com RUN make inside-docker # Start things up! +RUN chmod -R +r /var/www/badssl CMD nginx && tail -f /var/log/nginx/access.log /var/log/nginx/error.log