From f4fa90f8bf2b26d3129c9425d7d379bf4c766298 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 14 Jun 2025 19:08:59 -0700 Subject: Fix ports --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 4311f9c..02ff44c 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -4,5 +4,5 @@ FROM oci.liz.coffee/emprespresso/ci_base:release AS server HEALTHCHECK --interval=10s --retries=3 --start-period=3s \ CMD [ "curl --fail http://localhost:9000/health" ] -CMD [ "/app/mod.ts --run-server true --port 9000" ] +CMD [ "/app/mod.ts --run-server --port=9000" ] # -- -- -- cgit v1.2.3-70-g09d2