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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
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
 
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