diff options
| author | Michael Grote | 2024-01-11 10:05:01 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-01-11 10:05:01 +0100 |
| commit | 23e828c481c7e8722a8712ee7f3b804f446632de (patch) | |
| tree | 9a1f005827e41d832619d884e5542402970efa26 | |
| parent | f50b01e3ced6b231d49182d7b533bab771788de8 (diff) | |
ci: fix?
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ COPY requirements.txt . COPY app.py . COPY gunicorn_config.py . -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir --break-system-packages -r requirements.txt EXPOSE 5000 |