Spaces:
Runtime error
Runtime error
Fix typo in url
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -50,7 +50,7 @@ COPY --chown=user . $HOME/app
|
|
50 |
RUN pip uninstall -y langgraph || true
|
51 |
|
52 |
# Install Denario app
|
53 |
-
RUN pip install git+
|
54 |
|
55 |
# This informs Docker that the container will listen on port 5000 at runtime.
|
56 |
EXPOSE 8501
|
|
|
50 |
RUN pip uninstall -y langgraph || true
|
51 |
|
52 |
# Install Denario app
|
53 |
+
RUN pip install git+https://github.com/AstroPilot-AI/DenarioApp
|
54 |
|
55 |
# This informs Docker that the container will listen on port 5000 at runtime.
|
56 |
EXPOSE 8501
|