From b8c1faced2138702267534a111ce76db4d656605 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Mon, 3 Jun 2024 20:03:43 +0100 Subject: [PATCH] Update Dockerfile to match new command structure --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e792059..645f027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,4 +75,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"]