From f344d69419b23f3f0abe6b2c4c9a6b9d78831707 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Mon, 3 Jun 2024 20:09:46 +0100 Subject: [PATCH] Fix Dockerfile.cache --- Dockerfile.cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cache b/Dockerfile.cache index 50059d9..9e046ab 100644 --- a/Dockerfile.cache +++ b/Dockerfile.cache @@ -55,4 +55,4 @@ HEALTHCHECK --interval=5s --timeout=3s --retries=3 \ CMD curl -f http://localhost:3000/health || exit 1 # What the container should run when it is started. -CMD ["/bin/server"] +CMD ["/bin/server", "web", "--addr", "0.0.0.0:3000"]