summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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" ]
# -- </ci_server> --