prthm11 commited on
Commit
b947639
·
verified ·
1 Parent(s): 00e0ee2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ COPY requirements.txt requirements.txt
8
  COPY templates/ /app/templates/
9
  COPY static/ /app/static
10
  COPY merge_sql_nosql.py merge_sql_nosql.py
 
11
 
12
  # Install dependencies
13
  RUN pip install -r requirements.txt
 
8
  COPY templates/ /app/templates/
9
  COPY static/ /app/static
10
  COPY merge_sql_nosql.py merge_sql_nosql.py
11
+ COPY app.py app.py
12
 
13
  # Install dependencies
14
  RUN pip install -r requirements.txt