summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/Dockerfile b/server/Dockerfile
index 02ff44c..b610907 100644
--- a/server/Dockerfile
+++ b/server/Dockerfile
@@ -1,8 +1,5 @@
# -- <ci_server> --
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 --port=9000" ]
# -- </ci_server> --