diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ RUN apt-get update && \ WORKDIR /app +COPY templates/file_list.html ./templates/ COPY requirements.txt . COPY app.py . COPY gunicorn_config.py . |