zhengr commited on
Commit
1bafb9c
·
verified ·
1 Parent(s): 3784add

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR /.ollama
18
  COPY entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
- #ENV SERVER_ROOT_PATH="/api"
22
 
23
  EXPOSE 4000
24
  EXPOSE 7860
 
18
  COPY entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
+ ENV SERVER_ROOT_PATH="/api"
22
 
23
  EXPOSE 4000
24
  EXPOSE 7860