PabloVD commited on
Commit
453e0c3
·
1 Parent(s): d2d8dd5

Fix typo in url

Browse files
Files changed (1) hide show
  1. 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+ttps://github.com/AstroPilot-AI/DenarioApp
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