Senasu commited on
Commit
82a117d
·
verified ·
1 Parent(s): 32285fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM python:3.9
3
  COPY requirements.txt .
4
  RUN pip install -r requirements.txt
5
 
 
 
6
  COPY . /app
7
  WORKDIR /app
8
 
 
3
  COPY requirements.txt .
4
  RUN pip install -r requirements.txt
5
 
6
+ COPY FinanceData /app/FinanceData
7
+
8
  COPY . /app
9
  WORKDIR /app
10