about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ca10c88..a963128 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,3 +16,4 @@ COPY public /srv
 EXPOSE 9091/tcp
 
 ENV SITE_ROOT=/srv
+RUN ["/usr/bin/caddy", "validate", "--config", "/etc/caddy/Caddyfile"]