mihirjadhav commited on
Commit
84ea1fa
·
verified ·
1 Parent(s): 283cdba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ WORKDIR /app
9
 
10
  # Install dependencies
11
  COPY requirements.txt ./
 
 
12
  RUN pip install -r requirements.txt
13
 
14
  # Copy your code
 
9
 
10
  # Install dependencies
11
  COPY requirements.txt ./
12
+ COPY app.py ./
13
+ COPY htmltemplates.py ./
14
  RUN pip install -r requirements.txt
15
 
16
  # Copy your code