From eb1c59990cc1c2554fd5b2272ab26c1a6a4e44ee Mon Sep 17 00:00:00 2001 From: Daoud Clarke Date: Fri, 17 Jun 2022 23:57:58 +0100 Subject: [PATCH] Expose the port --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3ebe54a..c04d64d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,5 +36,7 @@ COPY --from=builder /venv /venv # Set up a volume where the data will live VOLUME ["/data"] +EXPOSE 5000 + # Using the mwmbl-tinysearchengine binary/entrypoint which comes packaged with mwmbl CMD ["/venv/bin/mwmbl-tinysearchengine"]