diff --git a/Dockerfile b/Dockerfile index d3f4670..f6f67a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN npm run build # Runtime stage # -# Docusaurus emits a fully static site, so unlike web/, site/ and adminsite/ +# Docusaurus emits a fully static site, so unlike web/ and site/ # there is no Node server at runtime. alpine-slim is roughly a quarter the size # of caddy:alpine, and nothing here needs automatic TLS — the host proxy # terminates it.