Expose the port

This commit is contained in:
Daoud Clarke 2022-06-17 23:57:58 +01:00
parent d7c6dcb5c2
commit eb1c59990c

View file

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