# -- -- 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" ] # -- --