From 97c198efb30d592ac36f7b9eab9e97408274379a Mon Sep 17 00:00:00 2001 From: Mathias Pius Date: Fri, 24 May 2024 19:39:54 +0200 Subject: [PATCH] Forward the live-update websocket port too --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 960d15c..c3fc5db 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,7 @@ -v $(pwd):/site \ --workdir=/site \ -p 3000:3000 \ + -p 1024:1024 \ ghcr.io/getzola/zola:v0.18.0 \ serve \ --interface 0.0.0.0 \