mitulagr2 commited on
Commit
369dfa8
1 Parent(s): ac693fd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -23,13 +23,13 @@ COPY ./app /code/app
23
 
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
 
26
- #
27
- EXPOSE 7860
28
 
29
- # USER root
 
30
 
31
  #
32
- # RUN chmod a+x /code/start_service.sh
33
 
34
  # # Run .sh file
35
  ENTRYPOINT ["sh", "/code/start_service.sh"]
 
23
 
24
  RUN curl -fsSL https://ollama.com/install.sh | sh
25
 
26
+ USER root
 
27
 
28
+ #
29
+ RUN chmod +x /code/start_service.sh
30
 
31
  #
32
+ EXPOSE 7860
33
 
34
  # # Run .sh file
35
  ENTRYPOINT ["sh", "/code/start_service.sh"]