0504ankitsharma commited on
Commit
fcf4926
·
verified ·
1 Parent(s): c9ff3dd

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -32,8 +32,8 @@ COPY --chown=user . /app
32
  # WORKDIR /.app
33
 
34
  # Copy the entry point script
35
- COPY entry.sh /entry.sh
36
- RUN chmod +x /entry.sh
37
 
38
  ENTRYPOINT ["/entry.sh"]
39
  CMD ["ollama", "serve"]
 
32
  # WORKDIR /.app
33
 
34
  # Copy the entry point script
35
+ COPY entry.sh /app/entry.sh
36
+ RUN chmod +x /app/entry.sh
37
 
38
  ENTRYPOINT ["/entry.sh"]
39
  CMD ["ollama", "serve"]