etsadiz commited on
Commit
8a92bdb
·
verified ·
1 Parent(s): 805c7b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,11 +1,8 @@
1
  FROM mintplexlabs/anythingllm:render
2
 
3
- USER root
4
- RUN mkdir -p /data/storage
5
- RUN ln -s /data/storage /storage
6
  USER anythingllm
7
 
8
- ENV STORAGE_DIR="/data/storage"
9
  ENV SERVER_PORT=7860
10
 
11
  ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh"]
 
1
  FROM mintplexlabs/anythingllm:render
2
 
 
 
 
3
  USER anythingllm
4
 
5
+ ENV STORAGE_DIR="/storage"
6
  ENV SERVER_PORT=7860
7
 
8
  ENTRYPOINT ["/bin/bash", "/usr/local/bin/render-entrypoint.sh"]