Use the correct storage location in prod
This commit is contained in:
parent
d85067ec09
commit
26351a1072
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue