Aasher commited on
Commit
8d15910
·
1 Parent(s): de4e9fe

Add chainlit.md file in the container to show it in chainlit app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -60,6 +60,7 @@ COPY --chown=user:user ./mcp.json ./mcp.json
60
  COPY --chown=user:user ./src ./src
61
  COPY --chown=user:user ./public ./public
62
  COPY --chown=user:user ./chainlit.yaml ./chainlit.yaml
 
63
 
64
  # --- Runtime ---
65
  # Expose the port Chainlit will run on (standard HF Spaces port)
 
60
  COPY --chown=user:user ./src ./src
61
  COPY --chown=user:user ./public ./public
62
  COPY --chown=user:user ./chainlit.yaml ./chainlit.yaml
63
+ COPY --chown=user:user ./chainlit.md ./chainlit.md
64
 
65
  # --- Runtime ---
66
  # Expose the port Chainlit will run on (standard HF Spaces port)