Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,6 +58,6 @@ RUN ls -a
|
|
58 |
RUN chmod +x run.sh
|
59 |
|
60 |
# Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
|
61 |
-
EXPOSE
|
62 |
|
63 |
CMD ["bash", "run.sh"]
|
|
|
58 |
RUN chmod +x run.sh
|
59 |
|
60 |
# Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
|
61 |
+
EXPOSE 8080 8000
|
62 |
|
63 |
CMD ["bash", "run.sh"]
|