瀏覽代碼

Use the correct storage location in prod

Daoud Clarke 2 年之前
父節點
當前提交
26351a1072
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -42,4 +42,4 @@ VOLUME ["/data"]
 EXPOSE 5000
 EXPOSE 5000
 
 
 # Using the mwmbl-tinysearchengine binary/entrypoint which comes packaged with mwmbl
 # 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"]