Expose the port
This commit is contained in:
parent
d7c6dcb5c2
commit
eb1c59990c
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue