chromium / badssl.com

:lock: Memorable site for testing clients against bad SSL configs.
https://badssl.com
Apache License 2.0
2.81k stars 190 forks source link

Fix permissions in Dockerfile #389

Open christhompson opened 5 years ago

christhompson commented 5 years ago

When working on #388, running make serve led to nginx throwing lots of permission errors. This adds an extra command run before the main entrypoint in Dockerfile to ensure that all assets in /var/www/badssl are readable by nginx. This should make the testing server a little more robust.

christhompson commented 5 years ago

@april Does this look good to you? Thanks!