Update Dockerfile

Change the local address

Signed-off-by: gugulethu <gugulethu@noreply.codeberg.org>
This commit is contained in:
gugulethu 2025-06-20 16:10:29 +02:00
commit 056434de91

View file

@ -17,4 +17,4 @@ COPY . .
EXPOSE 80
# Command to run MkDocs
CMD ["mkdocs", "serve", "--dev-addr=127.0.0.1"]
CMD ["mkdocs", "serve", "--addr=0.0.0.0"]