0504ankitsharma commited on
Commit
9dfecc5
·
verified ·
1 Parent(s): 1e04944

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,7 +35,7 @@ WORKDIR /.app
35
  COPY entrypoint.sh /entry.sh
36
  RUN chmod +x /entry.sh
37
 
38
- ENTRYPOINT ["/entrypoint.sh"]
39
  CMD ["ollama", "serve"]
40
 
41
  # Set the command to run the application
 
35
  COPY entrypoint.sh /entry.sh
36
  RUN chmod +x /entry.sh
37
 
38
+ ENTRYPOINT ["/entry.sh"]
39
  CMD ["ollama", "serve"]
40
 
41
  # Set the command to run the application