JC321 commited on
Commit
2098f27
·
verified ·
1 Parent(s): e0facb5

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,6 +15,9 @@ COPY financial_analyzer.py .
15
  COPY mcp_server_fastmcp.py .
16
  COPY app.py .
17
 
 
 
 
18
  # Expose port
19
  EXPOSE 7860
20
 
 
15
  COPY mcp_server_fastmcp.py .
16
  COPY app.py .
17
 
18
+ # Copy templates directory
19
+ COPY templates/ templates/
20
+
21
  # Expose port
22
  EXPOSE 7860
23