diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ WORKDIR /app COPY requirements.txt . COPY app.py . +COPY index.html ./templates/index.html RUN pip install --no-cache-dir -r requirements.txt |