diff options
| author | Michael Grote | 2023-04-13 11:46:47 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 11:46:47 +0200 |
| commit | 4d8d19c938dcaa200da5d89219a376fbe266c6b8 (patch) | |
| tree | 07e28dca1e7d9b219f69f4d90ceeee247271eed5 /Dockerfile | |
| parent | 253bd36232ff73ffa08845631bb50b940f4d6d6b (diff) | |
remove index
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ WORKDIR /app COPY requirements.txt . COPY app.py . -COPY index.html ./templates/index.html RUN pip install --no-cache-dir -r requirements.txt |