Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
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
|