Use the correct storage location in prod

This commit is contained in:
Daoud Clarke 2022-12-27 10:24:48 +00:00
parent d85067ec09
commit 26351a1072

View file

@ -42,4 +42,4 @@ VOLUME ["/data"]
EXPOSE 5000
# Using the mwmbl-tinysearchengine binary/entrypoint which comes packaged with mwmbl
CMD ["/venv/bin/mwmbl-tinysearchengine", "--num-pages", "10240000", "--background"]
CMD ["/venv/bin/mwmbl-tinysearchengine", "--num-pages", "10240000", "--background", "--data", "/app/storage"]