diff options
| author | Michael Grote | 2023-04-13 11:03:56 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-04-13 11:03:56 +0200 |
| commit | afe29d20d285aee13ad025688355e4afd46a430c (patch) | |
| tree | 575eb6c64889c84fe4fbc873288b9c1e3cdc56ec /Dockerfile | |
| parent | 6b9d6bc0ac139ff28548e5ba76a73fed62a07a67 (diff) | |
add new endpoints
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 |