Spaces:
Build error
Build error
Upload Dockerfile
Browse files- 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 ["/
|
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
|